diff --git a/common.inc.php b/common.inc.php index 237e422..06df582 100644 --- a/common.inc.php +++ b/common.inc.php @@ -416,6 +416,7 @@ function send_header($title="", $nav=null, $icon=null, $titletranslated=false) global $HEADER_SENT; global $config; global $prependdir; + global $conference; //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; @@ -449,7 +450,9 @@ if(substr(getcwd(),-6)=="/admin" || substr(getcwd(),-7)=="/config")