Copyright (C) 2005-2010 James Grant This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ?> <? if($title && !$titletranslated) echo i18n($title); else if($title) echo $title; else echo i18n($config['fairname']); ?> \n"; } ?>
"; echo "".i18n("Contact Us")."   |   \n"; if(count($config['languages'])>1) { echo i18n("Language").": "; echo ""; } echo ""; ?>
\n"; /* $q=mysql_query("SELECT * FROM rolestasks WHERE pid='{$_SESSION['nav']['secondary']}' AND conferencetype='{$conference['type']}' ORDER By ord,task"); echo "
    "; while($r=mysql_fetch_object($q)) { $cl="class=\""; if($r->link) $cl.="link "; else $cl.="heading "; if($_SESSION['nav']['tertiary'] == $r->id) { $cl.=" selected"; } $cl.="\""; echo "
  • "; if($r->link) echo "link\">"; echo i18n($r->task); if($r->link) echo ""; echo "
  • \n"; } echo "
\n"; */ ?>
".i18n('You are here:').' '; foreach($nav as $t=>$l) { echo "".i18n($t).' » '; } if(!$titletranslated) echo i18n($title); else echo $title; echo '
'; } */ if(is_array($_SESSION['roles'])) { $has_config = array_key_exists('config', $_SESSION['roles']); $has_admin = array_key_exists('admin', $_SESSION['roles']); if($has_config || $has_admin) committee_warnings(); if($has_config) config_warnings(); if($has_admin) admin_warnings(); } /* if(substr(getcwd(),-6)!="/admin" && substr(getcwd(),-7)!="/config" && substr(getcwd(),-6)!="/super") { ?>
>
"; echo theme_icon($icon); echo "
\n"; } //if we're under /admin or /config then we want to show the ? help icon // Dennis 2011-02-18 Required for *nix and Windows servers if ((substr(getcwd(),-6)=="/admin" || substr(getcwd(),-7)=="/config" || substr(getcwd(),-6)=="/super") || (substr(getcwd(),-6)=="\\admin" || substr(getcwd(),-7)=="\\config" || substr(getcwd(),-6)=="\\super") ) { if($_SERVER['REDIRECT_SCRIPT_URL']) $fname=substr($_SERVER['REDIRECT_SCRIPT_URL'],strlen($config['SFIABDIRECTORY'])+1); else $fname=substr($_SERVER['PHP_SELF'],strlen($config['SFIABDIRECTORY'])+1); echo " \n"; } if($title && !$titletranslated) echo "

".i18n($title)."

\n"; else if($title) echo "

".$title."

\n"; display_messages(); ?>
Debug...
\n"; ?> <?=i18n($title)?> \n"; } ?>
".i18n($title).""; } function send_popup_footer() { ?>

Debug...