From: Steve Sutton Date: Tue, 4 Jun 2013 18:57:41 +0000 (+0000) Subject: add new define for Trail page X-Git-Tag: v1.0~154 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=277b701fc6305d50cf33fe6457a544e4cd5a7809;p=web%2FMichiganTrailMaps.git add new define for Trail page --- diff --git a/config/application.ini b/config/application.ini index b68989c..fccc7f2 100644 --- a/config/application.ini +++ b/config/application.ini @@ -69,6 +69,7 @@ headlines.application = On ; Turn the member application On or Off memberdb.application = On +memberdb.trailPage = 3 ; The page id in the toolbox that holds the login box to the members only area memberdb.login_page = Off ; The page id in the toolbox that is the members only area home page diff --git a/setup.phtml b/setup.phtml index a5ae6c6..02b9229 100644 --- a/setup.phtml +++ b/setup.phtml @@ -394,6 +394,7 @@ define('EVENT_MANAGEMENT_MEMBERS_PAGE', $applicationConfig->event_management->me * Member Database Installed? */ define('MEMBERS_DB', $applicationConfig->memberdb->application); +define('MEMBERS_TRAIL_PAGE', $applicationConfig->memberdb->trailPage); /** * Members login page catid */