Changeset 522 for trunk/includes/Page.php
- Timestamp:
- Feb 18, 2013, 11:17:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Page.php
r510 r522 204 204 function ShowFooter() 205 205 { 206 global $System, $ScriptStartTime, $User ;206 global $System, $ScriptStartTime, $User, $Revision, $ReleaseTime; 207 207 208 208 $ScriptGenerateDuration = round(GetMicrotime() - $ScriptStartTime, 2); … … 213 213 $Output .= '</td>'. 214 214 '</tr><tr>'. 215 '<td colspan="4" class="page-bottom"> Autoři: '.$System->Config['Web']['Authors'].215 '<td colspan="4" class="page-bottom">Verze: '.$Revision.' ('.HumanDate($ReleaseTime).')'. 216 216 ' <a href="http://svn.zdechov.net/trac/wowpreklad/browser/trunk">Zdrojové soubory</a> '. 217 217 '<a href="http://svn.zdechov.net/trac/wowpreklad/log/trunk?verbose=on">Novinky</a> '.
Note:
See TracChangeset
for help on using the changeset viewer.