Changeset 809 for trunk/Modules/FrontPage/FrontPage.php
- Timestamp:
- May 25, 2014, 1:11:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FrontPage/FrontPage.php
r801 r809 82 82 '<table class="Home"><tr><td colspan="3">'.$this->ShowWelcome(). 83 83 '</td></tr>'; 84 $Output .= '<tr><td ><h3><a href="'.$this->System->Link('/download/').'">'.T('Download Czech File').'</a></h3></td></tr>';84 $Output .= '<tr><td colspan="3"><h3><a href="'.$this->System->Link('/download/').'">'.T('Download Czech File').'</a></h3></td></tr>'; 85 85 86 $Output .= '<tr><td >'.$this->ShowLastTranslated().'</td>'.86 $Output .= '<tr><td class="SideBox">'.$this->ShowLastTranslated().'</td>'. 87 87 '<td class="news-box">'.$this->System->ModuleManager->Modules['News']->ShowBox().'</td>'. 88 '<td >'.$this->System->ModuleManager->Modules['ShoutBox']->ShowBox().'</td>'.88 '<td class="SideBox">'.$this->System->ModuleManager->Modules['ShoutBox']->ShowBox().'</td>'. 89 89 '</tr></table>'; 90 90 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.