web/templates/OldManualVersionWarning.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>
<? } ?>