Changeset 90 for trunk/Application/View.php
- Timestamp:
- Oct 4, 2019, 10:31:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/View.php
r88 r90 20 20 $Output .= $Content; 21 21 $Output .= '<br/><div style="text-align: center; font-size: small;">Verze: '.$Revision.' ('.HumanDate($ReleaseTime).')'. 22 ' <a href="http://svn.zdechov.net/trac/estetistic/browser/trunk">Zdrojový kód</a> '. 23 '<a href="http://svn.zdechov.net/trac/estetistic/log/trunk?verbose=on">Historie změn</a></div>'; 22 ' <a href="https://app.zdechov.net/estetistic/">Zdrojový kód</a></div>'; 24 23 $Output .= '</body></html>'; 25 24 echo($Output);
Note:
See TracChangeset
for help on using the changeset viewer.