Changeset 81 for trunk/Application/View.php
- Timestamp:
- Jan 1, 2017, 12:31:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/View.php
r69 r81 19 19 $Output .= $Content; 20 20 $Output .= '<br/><div style="text-align: center; font-size: small;">Verze: '.$Revision.' ('.HumanDate($ReleaseTime).')'. 21 ' <a href="http://svn.zdechov.net/trac/ statistic/browser/trunk">Zdrojový kód</a> '.22 '<a href="http://svn.zdechov.net/trac/ statistic/log/trunk?verbose=on">Historie změn</a></div>';21 ' <a href="http://svn.zdechov.net/trac/estetistic/browser/trunk">Zdrojový kód</a> '. 22 '<a href="http://svn.zdechov.net/trac/estetistic/log/trunk?verbose=on">Historie změn</a></div>'; 23 23 $Output .= '</body></html>'; 24 24 echo($Output);
Note:
See TracChangeset
for help on using the changeset viewer.