Ignore:
Timestamp:
Feb 18, 2013, 11:17:37 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Korekce zobrazení aktualit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Page.php

    r510 r522  
    204204function ShowFooter()
    205205{
    206   global $System, $ScriptStartTime, $User;
     206  global $System, $ScriptStartTime, $User, $Revision, $ReleaseTime;
    207207
    208208    $ScriptGenerateDuration = round(GetMicrotime() - $ScriptStartTime, 2);
     
    213213    $Output .= '</td>'.
    214214    '</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).')'.
    216216    ' &nbsp; <a href="http://svn.zdechov.net/trac/wowpreklad/browser/trunk">Zdrojové soubory</a> &nbsp; '.
    217217    '<a href="http://svn.zdechov.net/trac/wowpreklad/log/trunk?verbose=on">Novinky</a> &nbsp; '.
Note: See TracChangeset for help on using the changeset viewer.