Changeset 7 for trunk/index.php
- Timestamp:
- Aug 5, 2018, 8:53:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r6 r7 315 315 function ShowPage($Content) 316 316 { 317 global $Config; 318 317 319 $Output = '<?xml version="1.0" encoding="'.$this->Config['Encoding'].'"?>'."\n". 318 320 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'. … … 327 329 '</head><body>'; 328 330 $Output .= $Content; 331 $Output .= '<div class="footer">Kontakt: <a href="mailto:'.$Config['Contact'].'">'.$Config['Contact'].'</a> '. 332 '<a href="https://svn.zdechov.net/trac/tanec/">Zdrojový kód</a></div>'; 329 333 $Output .= '</body></html>'; 330 334 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.