add new define for Trail page
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 4 Jun 2013 18:57:41 +0000 (18:57 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 4 Jun 2013 18:57:41 +0000 (18:57 +0000)
config/application.ini
setup.phtml

index b68989c..fccc7f2 100644 (file)
@@ -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
index a5ae6c6..02b9229 100644 (file)
@@ -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
  */