Changeset 648 for trunk/Modules/FrontPage/FrontPage.php
- Timestamp:
- Dec 14, 2013, 2:53:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FrontPage/FrontPage.php
r636 r648 76 76 $Output = ''; 77 77 if(isset($Message)) $Output .= ShowMessage($Message, $MessageType); 78 78 79 79 $Output .= '<br />'. 80 80 '<table class="Home"><tr><td colspan="3">'.$this->ShowWelcome(). 81 '</td></tr>'. 82 '<tr><td>'.$this->ShowLastTranslated().'</td>'. 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>'; 85 86 $Output .= '<tr><td>'.$this->ShowLastTranslated().'</td>'. 83 87 '<td class="news-box">'.$this->System->ModuleManager->Modules['News']->ShowBox().'</td>'. 84 88 '<td>'.$this->System->ModuleManager->Modules['ShoutBox']->ShowBox().'</td>'.
Note:
See TracChangeset
for help on using the changeset viewer.