Ignore:
Timestamp:
Oct 8, 2008, 12:42:58 PM (16 years ago)
Author:
george
Message:
  • Upraveno: Kódování všech souborů webu bylo převedeno z ISO 8859-2 na obecné UTF-8.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • download_soubory/index.php

    r101 r389  
    1 <?
    2   include('../global.php');
    3   ShowHeader();
     1<?php
     2include('../global.php');
     3ShowHeader();
    44
    5   include('files.php');
    6 ?>
    7 
    8 <h3>Soubory ke sta¾ení:</h3>
    9 
    10 <?
     5include('files.php');
     6echo('<h3>Soubory ke stažení:</h3>');
    117echo('<div align="center" ><table width="80%" cellspacing="0" style="color: white;">');
    128foreach($Files as $GroupName => $Group)
     
    2117  }
    2218}
    23 echo('<tr><td><br> 
     19echo('<tr><td><br>
    2420<a href="http://wow.zdechov.net:6969/">Heroes of Fantasy BitTorrent Tracker</a><br>
    2521<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>
    2723</td></tr>');
    28 echo('</table></div>'); 
     24echo('</table></div>');
    2925
    30   ShowFooter();
     26ShowFooter();
    3127?>
Note: See TracChangeset for help on using the changeset viewer.