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']); ?>
"; echo "".i18n("Contact Us")."   |   \n"; if(count($config['languages'])>1) { echo i18n("Language").": "; echo ""; } echo ""; ?>
\n"; echo "
  • ".i18n("Fundraising")."

  • \n"; echo "
  • ".i18n("Fundraising Dashboard").'
  • '; echo "
  • ".i18n("Fundraising Setup").'
  • '; echo "
  • ".i18n("Manage Appeals").'
  • '; echo "
  • ".i18n("Manage Donors/Sponsors").'
  • '; echo "
  • ".i18n("Fundraising Reports").'
  • '; echo "
    \n"; break; default: //no special menu break; } } ?>
    "; echo " $(document).ready(function() {\n"; echo "taskNav({$_SESSION['nav']['primary']},0,0);"; echo " });"; echo "\n"; } if($_SESSION['nav']['secondary']) { echo "\n"; } //take SFIABDIRECTORY off of the current URL $pageurl=substr($_SERVER['PHP_SELF'],strlen($config['SFIABDIRECTORY'])); $q=mysql_query("SELECT * FROM rolestasks WHERE link='".mysql_real_escape_string($pageurl)."'"); if($r=mysql_fetch_object($q)) { //okay we found it, now what do we do? //FIXME: we need to populate the secondarynva, tertiarynav, and select the right thing in the accordion, //because we cannot assume that the user navigated to this page via the pri/sec/ter nav menus $navTree=array(); upTree($r->id,&$navTree); foreach($navTree AS $t) { print_r($t); echo "
    "; } } ?> ".i18n('You are here:').' '; foreach($nav as $t=>$l) { echo "".i18n($t).' » '; } if(!$titletranslated) echo i18n($title); else echo $title; echo ''; } */ ?>
    "; echo theme_icon($icon); echo "
    "; } //if we're under /admin or /config then we want to show the ? help icon if(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 "
    "; } if($title && !$titletranslated) echo "

    ".i18n($title)."

    "; else if($title) echo "

    ".$title."

    "; display_messages(); } /* END OF send_header */ function send_footer() { global $config; ?>
    Debug...
    \n"; ?> <?=i18n($title)?>
    ".i18n($title).""; } function send_popup_footer() { ?>

    Debug...