make themes work
This commit is contained in:
parent
a11432db93
commit
581eca06d6
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user