Ignore:
Timestamp:
Jan 19, 2016, 5:25:11 PM (8 years ago)
Author:
chronos
Message:
  • Added: Responsive web layout. Two column layout is switched for single column for devices with smaller display.
  • Modified: All four boxes at front page made as oveflowing defined height.
File:
1 edited

Legend:

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

    r852 r854  
    4444    $Count = 20;
    4545    $Output = '<strong><a href="'.$this->System->Link('/forum/').'">'.T('Last forum posts').':</a></strong>';
     46    $Output .= '<div class="box">';
    4647
    4748    $Query = 'SELECT `ForumText`.`Text`, `ForumText`.`Date`, `User`.`Name` AS `UserName`, '.
     
    6061        '</tr>';
    6162    }
    62     $Output .= '</table>';
     63    $Output .= '</table></div>';
    6364    return($Output);
    6465  }
Note: See TracChangeset for help on using the changeset viewer.