diff options
Diffstat (limited to 'templates/header.inc')
-rw-r--r-- | templates/header.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/header.inc b/templates/header.inc index db02452f..1a8ca605 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -45,6 +45,7 @@ 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="3514" style="display:none;"></div> <div id="maincontainer" <?php if ($GLOBALS['theme']['orientation'] == 'horizontal') { echo " class=\"horizontal_menu\" "; |