Changeset 691 for trunk/Modules/FrontPage/FrontPage.php
- Timestamp:
- Jan 2, 2014, 7:10:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FrontPage/FrontPage.php
r648 r691 80 80 '<table class="Home"><tr><td colspan="3">'.$this->ShowWelcome(). 81 81 '</td></tr>'; 82 $file = $this->System->Config['Web']['TempFolder'].'mpq/Instalace_CzechWoW_3.3.3a.exe'; 83 if (file_exists($file)) 84 $Output .= '<tr><td><h3><a href="'.$file.'" title="'.T('Automatic every day generated czech text for client').' ('.date('d.m.Y h:i',(filemtime($file))).')">'.sprintf(T('Download czech text %s'), '3.3.5a').'</a></h3><br/></tr><td>'; 82 $Output .= '<tr><td><h3><a href="'.$this->System->Link('/download/').'">'.T('Download Czech File').'</a></h3></tr><td>'; 85 83 86 84 $Output .= '<tr><td>'.$this->ShowLastTranslated().'</td>'.
Note:
See TracChangeset
for help on using the changeset viewer.