Changeset 11 for trunk/index.php
- Timestamp:
- Aug 26, 2018, 8:53:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r9 r11 111 111 $MeetSources = new MeetSources(); 112 112 $MeetSources->Database = $this->Database; 113 $MeetSources->ParseAll(); 113 if (array_key_exists('i', $_GET)) $MeetSources->Parse($_GET['i']); 114 else $MeetSources->Parse(); 114 115 } 115 116 … … 267 268 $Output .= $PageList['Output']; 268 269 $Output .= '</div>'; 270 $Output .= '<a href="'.$this->Link('/seznamka-rss/').'"><img src="'.$this->Link('/images/rss20.png').'" alt="rss20"/></a><br/>'; 269 271 270 272 return($Output); … … 324 326 '</head><body>'; 325 327 $Output .= $Content; 326 $Output .= '< div class="footer">Kontakt: <a href="mailto:'.$Config['Contact'].'">'.$Config['Contact'].'</a> '.328 $Output .= '<br/><div class="footer">Kontakt: <a href="mailto:'.$Config['Contact'].'">'.$Config['Contact'].'</a> '. 327 329 '<a href="https://svn.zdechov.net/trac/tanec/">Zdrojový kód</a></div>'; 328 330 $Output .= '</body></html>';
Note:
See TracChangeset
for help on using the changeset viewer.