make themes work

This commit is contained in:
Christian Weiske 2011-05-23 06:56:46 +02:00
parent a11432db93
commit 581eca06d6

View File

@ -97,6 +97,8 @@ class SemanticScuttle_Service_Template extends SemanticScuttle_Service
set_include_path( set_include_path(
$this->basedir . $this->theme $this->basedir . $this->theme
. PATH_SEPARATOR . $this->basedir . 'default' . PATH_SEPARATOR . $this->basedir . 'default'
//needed since services are instantiated in templates
. PATH_SEPARATOR . $oldIncPath
); );
$tpl = new SemanticScuttle_Model_Template( $tpl = new SemanticScuttle_Model_Template(