Ignore:
Timestamp:
Jan 2, 2014, 7:10:59 PM (11 years ago)
Author:
maron
Message:
  • Added: Download page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/FrontPage/FrontPage.php

    r648 r691  
    8080                        '<table class="Home"><tr><td colspan="3">'.$this->ShowWelcome().
    8181                        '</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>';
    8583
    8684        $Output .= '<tr><td>'.$this->ShowLastTranslated().'</td>'.
Note: See TracChangeset for help on using the changeset viewer.