</head>
<frameset rows="110,*,0,220">
<noframes><body><?php
- echo '<a href="discussion.php?id='.$userid.'&noframesjs=1">'.get_string('noframesjs', 'message').'<a/>';
+ echo '<a href="discussion.php?id='.$userid.'&noframesjs=1">'.get_string('noframesjs', 'message').'</a>';
?></body></noframes>
<frame src="user.php?id=<?php p($user->id)?>&frame=user" name="user"
echo '</td></tr></table>';
+ if (!empty($THEME->customcorners)) {
+ print_custom_corners_end(false, 'content');
+ }
+
echo '</div></div></body></html>'; // Close possible theme tables off
?>