add output in template object for header images
comment out for use in vserver php5.3
$this->mainNav = $this->_getMainNav($this->_catid);
$this->sideNav = $this->_getSideNav($this->_catid);
+ $headerDisplay = new Toolkit_HeaderImages_Display(
+ $this->_catid,
+ Toolkit_Database::getInstance()
+ );
+ $this->headerImage = $headerDisplay->getPageHeaderImage();
+ $this->headerBaseImageUrl = FILE_SERVER_URL . IS_OWNER_ID . '/headerImage/';
+
$this->newsletterAction = Toolkit_Template_Page::getSeoUrl(
$this->_pageGateway, 10
);
database.params.host = "devdb"
error.reporting[] = E_ALL
error.reporting[] = E_NOTICE
-error.reporting[] = E_STRICT
-error.reporting[] = E_WARNING
+;error.reporting[] = E_STRICT
+;error.reporting[] = E_WARNING
email.owner = "steve+owner@localhost"
email.contact = "steve+contact@localhost"