public function configureElements()
{
$e = array();
- $this->setInterestFields();
+ //$this->setInterestFields();
// Grouped Elements are defined here.
- $this->interestsGroups =& $this->getInterestFields();
+ //$this->interestsGroups =& $this->getInterestFields();
// All Elements are created here. This includes group element definitions.
$e[] = array(
'opts' => 'Yes',
'val' => array(0, 1)
);
+ /*
if (is_array($this->interestsGroups)) {
foreach ($this->interestsGroups as $group => $gData) {
$this->myGroups[] = $gData;
);
}
}
+ */
$e[] = array(
'type' => 'CAPTCHA_Image',
'req' => false,
$this->isHomePage = (HOME_ID == $toolbox->catid);
// pageTitle
- $this->pageTitle = $toolbox->get_catheader($topParent, $toolbox->DB);
+ $this->pageTitle = $toolbox->get_catheader($topParent, $toolbox->DB);
+ $this->pageTitleUrl = $toolbox->get_seo_url($topParent);
+ $this->homePageUrl = $toolbox->get_seo_url(HOME_ID);
+ $this->reservationUrl = 'http://reservations.troutcreek.com/irm/AccessType.ASP';
+
+ $this->ownersSection = 'http://reservations.troutcreek.com/irm/AccessID.asp?AccessType=Owner';
+
+
+ $this->specialsUrl = $toolbox->get_seo_url(4);
+ $this->signUpUrl = $toolbox->get_seo_url(304);
+ $this->videoUrl = $toolbox->get_seo_url(202);
// Resources needed for every page.
$GLOBALS['styleSheets'][] = $this->baseURL . 'styles.css';