mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
7 lines
259 B
PHP
7 lines
259 B
PHP
<? if(Manual::GetRequestedVersion() !== Manual::GetLatestVersion()){ ?>
|
|
<aside class="alert">
|
|
<p>This is an outdated version of the manual that is no longer current.</p>
|
|
<p><a href="/manual/latest">Read the latest version instead.</a></p>
|
|
</aside>
|
|
<? } ?>
|
|
|