--- /dev/null
+<?php
+// application configuration
+$conf = new Config;
+$root =& $conf->parseConfig(BASE . 'Toolkit/Members/config.ini', 'IniFile');
+
+$class = 'Toolkit_Members_Auth';
+$form = isset($_GET['forgot']) ? 'passwordForm' : 'loginForm';
+
+$authContainer = new Toolkit_Members_AuthContainer(
+ Toolkit_Database::getInstance(),
+ array(
+ 'table' => 'member',
+ 'usernamecol' => 'member_login',
+ 'passwordcol' => 'member_passwd',
+ 'db_fields' => array('member_id', 'member_name'),
+ 'cryptType' => 'none',
+ 'db_where' => 'new_member <> true AND active = true',
+ )
+);
+
+$memberAuth = new Toolkit_Members_Auth(
+ $root,
+ $authContainer,
+ array($class, $form),
+ true
+);
+$memberAuth->start();
+if ($memberAuth->getAuth()) {
+ header('Location: ' . BASE_URL . 'members-only-area/');
+}
+++ /dev/null
-<?php
-// application configuration
-$conf = new Config;
-$root =& $conf->parseConfig(BASE . 'Toolkit/Members/config.ini', 'IniFile');
-
-$class = 'Toolkit_Members_Auth';
-$form = isset($_GET['forgot']) ? 'passwordForm' : 'loginForm';
-
-$authContainer = new Toolkit_Members_AuthContainer(
- Toolkit_Database::getInstance(),
- array(
- 'table' => 'member',
- 'usernamecol' => 'member_login',
- 'passwordcol' => 'member_passwd',
- 'db_fields' => array('member_id', 'member_name'),
- 'cryptType' => 'none',
- 'db_where' => 'new_member <> true AND active = true',
- )
-);
-
-$memberAuth = new Toolkit_Members_Auth(
- $root,
- $authContainer,
- array($class, $form),
- true
-);
-$memberAuth->start();
-if ($memberAuth->getAuth()) {
- header('Location: ' . BASE_URL . 'members-only-area/');
-}
</div><!-- /#column -->
<div id="main">
<div id="toolbox">
- <div id="category">
- <h1>Page Header</h1>
- <div class="imageright">
- <img src="baseurl/assets/toolboxTMP.gif" width="325" height="218" alt="toolboxTMP (26K)">
- <div class="imagecaption">This is the imagecaption</div>
- </div><!-- /..imageright -->
- <p>Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access. </p>
- <p>Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access. </p>
- <p>Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access. </p>
- </div><!-- /#category -->
- <div class="listing">
- <h2>Header</h2>
- <div class="imageleft">
- <img src="baseurl/assets/toolboxTMP.gif" width="325" height="218" alt="toolboxTMP (26K)">
- <div class="imagecaption">This is the imagecaption</div>
- </div><!-- /..imageleft -->
- <p>Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access. </p>
- <p>Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access. </p>
- <p>Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access. </p>
- </div><!-- /.listin\g -->
- <div class="listing">
- <h2>Header</h2>
- <div class="imageright">
- <img src="baseurl/assets/toolboxTMP.gif" width="325" height="218" alt="toolboxTMP (26K)">
- <div class="imagecaption">This is the imagecaption</div>
- </div><!-- /..imageright -->
- <p>Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access. </p>
- <p>Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access. </p>
- <p>Located in the exact center of Northern Michigan on the 45th parallel, Gaylord is unique because of its stunning surroundings, up north ambience and easy commuting access. </p>
- </div><!-- /.listin\g -->
+ {toolboxContent:h}
</div><!-- /#toolbox -->
</div><!-- /#main -->
<div id="footer">