Changeset 861 for trunk/Modules/User/Profile.php
- Timestamp:
- Jan 21, 2016, 3:20:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/User/Profile.php
r860 r861 122 122 $parser = new HTML_BBCodeParser2(array('filters' => array('Basic','Extended','Images','Links','Lists','Email'))); 123 123 $Count = 20; 124 $Output = '<strong>'.T('Latest forum posts :').'</strong>';124 $Output = '<strong>'.T('Latest forum posts').':</strong>'; 125 125 126 126 $Output .= '<div class="shoutbox">'; … … 180 180 } 181 181 182 $Output .= '<br /><fieldset><legend>'.T('Profile text :').'</legend>'.htmlspecialchars(str_replace("\n", '<br/>', $UserLine['Info'])).'</fieldset><br/>';182 $Output .= '<br /><fieldset><legend>'.T('Profile text').'</legend>'.htmlspecialchars(str_replace("\n", '<br/>', $UserLine['Info'])).'</fieldset><br/>'; 183 183 184 184 $Output .= '<table class="Home"><tr>'.
Note:
See TracChangeset
for help on using the changeset viewer.