Fix for front page case when no left column

This commit is contained in:
martin 2002-08-26 20:38:56 +00:00
parent 9ab327d6f7
commit 670fddf176
2 changed files with 81 additions and 76 deletions

View file

@ -504,7 +504,7 @@ function print_side_block($heading="", $list=NULL, $footer="", $icons=NULL, $wid
echo "</TABLE><BR>\n\n";
}
function print_admin_links ($siteid, $width=190) {
function print_admin_links ($siteid, $width=180) {
global $THEME, $CFG;
print_simple_box(get_string("administration"), $align="CENTER", $width, $color="$THEME->cellheading");