Changeset 648 for trunk/download.php
- Timestamp:
- Dec 14, 2013, 2:53:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/download.php
r645 r648 29 29 '<strong>CzechWoW</strong> - Čeština pro klienta využívající upravený soubor WoWLua.exe umožňují přeložení celého rozhraní hry.<br/>'; 30 30 31 $file = $this->System->Config['Web']['TempFolder'].'mpq/Instalace_CzechWoW_3.3.3a.exe';32 if (file_exists($file))33 $Output .= '<a href="'.$ file.'">Instalace CzechWoW 3.3.5a.exe</a> - Automaticky každý den generovaná čeština ('.date('d.m.Y h:m',(filemtime($file))).')<br/>';31 $file = $this->System->Config['Web']['TempFolder'].'mpq/Instalace_CzechWoW_3.3.3a.exe'; 32 if (file_exists($file)) 33 $Output .= '<a href="'.$this->System->Link($file).'">Instalace CzechWoW 3.3.5a.exe</a> - '.T('Automatic every day generated czech text for client').' ('.date('d.m.Y h:i',(filemtime($file))).')<br/>'; 34 34 35 35 $Output .= '<a href="download/CzechWoW/Instalace_CzechWoW_3.3.5a_2010-09-09.exe">Instalace CzechWoW 3.3.5a 2010-09-09.exe</a><br/>'.
Note:
See TracChangeset
for help on using the changeset viewer.