From 277b701fc6305d50cf33fe6457a544e4cd5a7809 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 4 Jun 2013 18:57:41 +0000 Subject: [PATCH] add new define for Trail page --- config/application.ini | 1 + setup.phtml | 1 + 2 files changed, 2 insertions(+) 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 */ -- 2.17.1