diff options
Diffstat (limited to 'templates/header.inc')
-rw-r--r-- | templates/header.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/header.inc b/templates/header.inc index cc184748..a2e53e05 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -46,7 +46,13 @@ if (conf('use_rss')) { ?> <body> <script src="<?php echo $web_path; ?>/lib/javascript-base.js" language="javascript" type="text/javascript"></script> <script src="<?php echo $web_path; ?>/modules/kajax/ajax.js" language="javascript" type="text/javascript"></script> -<div id="maincontainer"> +<div id="maincontainer" <?php + if ($GLOBALS['theme']['orientation'] == 'horizontal') { + echo " class=\"horizontal_menu\" "; + }else{ + echo " class=\"vertical_menu\" "; + }?>> + <div id="topbar"><!-- This is the topbar row --> <div id="topbarleft"> <a href="http://www.ampache.org"> |