MDL-34119_M23 theme_splash: removed redundant js call in lib.php. Added lang option to config.php + amended lang output in layout files. Added some css to style langmenu + removed redundant loginicon in pagelayout.css

This commit is contained in:
Mary Evans
2012-06-30 00:50:34 +01:00
parent a5f6ea2e88
commit 263e8c144c
5 changed files with 36 additions and 30 deletions
+6 -2
View File
@@ -32,7 +32,6 @@ $custommenu = $OUTPUT->custom_menu();
$hascustommenu = (empty($PAGE->layout_options['nocustommenu']) && !empty($custommenu));
splash_check_colourswitch();
splash_initialise_colourswitcher($PAGE);
$bodyclasses = array();
$bodyclasses[] = 'splash-'.splash_get_colour();
@@ -107,7 +106,12 @@ echo $OUTPUT->doctype() ?>
alt="orange" /></a></li>
</ul>
</div>
<?php echo $OUTPUT->lang_menu();?>
<?php
if (!empty($PAGE->layout_options['langmenu'])) {
echo $OUTPUT->lang_menu();
}
echo $PAGE->headingmenu
?>
</div>
<div id="logobox">
<?php