Changeset 854 for trunk/Modules/Forum/Forum.php
- Timestamp:
- Jan 19, 2016, 5:25:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Forum/Forum.php
r852 r854 44 44 $Count = 20; 45 45 $Output = '<strong><a href="'.$this->System->Link('/forum/').'">'.T('Last forum posts').':</a></strong>'; 46 $Output .= '<div class="box">'; 46 47 47 48 $Query = 'SELECT `ForumText`.`Text`, `ForumText`.`Date`, `User`.`Name` AS `UserName`, '. … … 60 61 '</tr>'; 61 62 } 62 $Output .= '</table> ';63 $Output .= '</table></div>'; 63 64 return($Output); 64 65 }
Note:
See TracChangeset
for help on using the changeset viewer.