$navigation = "";
}
+ if ($button == "") {
+ $button = " ";
+ }
+
if (!$menu and $navigation) {
if (isset($USER->id)) {
$menu = "<FONT SIZE=2><A TARGET=_parent HREF=\"$CFG->wwwroot/login/logout.php\">".get_string("logout")."</A></FONT>";
if ($table->head) {
echo "<TR>";
foreach ($table->head as $key => $heading) {
- echo "<TH VALIGN=top ".$align[$key].$size[$key].">$heading</TH>";
+ echo "<TH VALIGN=top ".$align[$key].$size[$key]." NOWRAP>$heading</TH>";
}
echo "</TR>\n";
}