From 2d24c48e13880935a7155ac03c02332e07ec45d5 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 1 Oct 2009 17:05:11 +0000 Subject: [PATCH] Add a module-based menu, based on the second level nav name. this is most likely temporary until we re-do the side menu, but at least its there for now as i have to move on with the actual coding of the fundraising module! --- common.inc.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/common.inc.php b/common.inc.php index 9289c5b..a8bebb2 100644 --- a/common.inc.php +++ b/common.inc.php @@ -452,6 +452,25 @@ echo ""; ?>
+\n"; + echo "
  • ".i18n("Fundraising")."

  • \n"; + echo "
  • ".i18n("Fundraising Dashboard").'
  • '; + echo "
  • ".i18n("Manage Campaigns").'
  • '; + echo "
  • ".i18n("Manage Donors").'
  • '; + echo "
  • ".i18n("Fundraising Reports").'
  • '; + echo "
    \n"; + break; + default: + //no special menu + break; + } +} +?>