use tpl appendPath
This commit is contained in:
parent
2bbf822463
commit
d8dc27223e
@ -29,8 +29,7 @@ class Frontend extends Process
|
|||||||
}
|
}
|
||||||
|
|
||||||
// add path to template
|
// add path to template
|
||||||
App::frontend()->template()->setPath(
|
App::frontend()->template()->appendPath(
|
||||||
App::frontend()->template()->getPath(),
|
|
||||||
My::path() . DIRECTORY_SEPARATOR . 'default-templates'
|
My::path() . DIRECTORY_SEPARATOR . 'default-templates'
|
||||||
);
|
);
|
||||||
// register template value for file alias
|
// register template value for file alias
|
||||||
|
Loading…
Reference in New Issue
Block a user