Changeset 389 for download_soubory/index.php
- Timestamp:
- Oct 8, 2008, 12:42:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
download_soubory/index.php
r101 r389 1 <? 2 3 1 <?php 2 include('../global.php'); 3 ShowHeader(); 4 4 5 include('files.php'); 6 ?> 7 8 <h3>Soubory ke sta¾ení:</h3> 9 10 <? 5 include('files.php'); 6 echo('<h3>Soubory ke stažení:</h3>'); 11 7 echo('<div align="center" ><table width="80%" cellspacing="0" style="color: white;">'); 12 8 foreach($Files as $GroupName => $Group) … … 21 17 } 22 18 } 23 echo('<tr><td><br> 19 echo('<tr><td><br> 24 20 <a href="http://wow.zdechov.net:6969/">Heroes of Fantasy BitTorrent Tracker</a><br> 25 21 <a href="http://www.utorrent.com/download.php">Stáhnout BitTorrent klienta uTorrent</a><br> 26 <a href="http://www.slunecnice.cz/sw/torrent-harvester/">Stáhnout Torrent Harvester na hledání torrent ù</a>22 <a href="http://www.slunecnice.cz/sw/torrent-harvester/">Stáhnout Torrent Harvester na hledání torrentů</a> 27 23 </td></tr>'); 28 echo('</table></div>'); 24 echo('</table></div>'); 29 25 30 26 ShowFooter(); 31 27 ?>
Note:
See TracChangeset
for help on using the changeset viewer.