diff --git a/common.inc.php b/common.inc.php index a153cdee..05c4d0c6 100644 --- a/common.inc.php +++ b/common.inc.php @@ -35,6 +35,7 @@ function send_header($title="", $nav=null, $icon=null, $titletranslated=false) { global $roles; global $prependdir; global $conference; + global $theme; //do this so we can use send_header() a little more loosly and not worry about it being sent more than once. if($HEADER_SENT) return; @@ -45,8 +46,11 @@ function send_header($title="", $nav=null, $icon=null, $titletranslated=false) { <? if($title && !$titletranslated) echo i18n($title); else if($title) echo $title; else echo i18n($config['fairname']); ?> - - +\n"; + } +?> @@ -205,6 +209,7 @@ if(is_array($nav)) { ?>