Changeset 648 for trunk/download.php


Ignore:
Timestamp:
Dec 14, 2013, 2:53:10 PM (11 years ago)
Author:
maron
Message:
  • Added: Link to download czech text on FrontPage.php
  • fixed: datetime of last generation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/download.php

    r645 r648  
    2929  '<strong>CzechWoW</strong> - Čeština pro klienta využívající upravený soubor WoWLua.exe umožňují přeložení celého rozhraní hry.<br/>';
    3030 
    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/>';
    3434 
    3535  $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.