mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fix for front page case when no left column
This commit is contained in:
parent
9ab327d6f7
commit
670fddf176
2 changed files with 81 additions and 76 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue