Ignore:
Timestamp:
May 25, 2014, 1:11:07 PM (10 years ago)
Author:
chronos
Message:
 
File:
1 edited

Legend:

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

    r801 r809  
    8282                '<table class="Home"><tr><td colspan="3">'.$this->ShowWelcome().
    8383                '</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>';
    8585
    86         $Output .= '<tr><td>'.$this->ShowLastTranslated().'</td>'.
     86        $Output .= '<tr><td class="SideBox">'.$this->ShowLastTranslated().'</td>'.
    8787                        '<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>'.
    8989                        '</tr></table>';
    9090         return($Output);
Note: See TracChangeset for help on using the changeset viewer.