Skip to content
Snippets Groups Projects
Commit b106800e authored by Demian Katz's avatar Demian Katz
Browse files

Moved layouts under templates directory to shorten search stack and work more...

Moved layouts under templates directory to shorten search stack and work more closely with ZF2 defaults.
parent b74b6db2
No related merge requests found
......@@ -390,9 +390,8 @@ class Theme
);
}
// Add template and layout paths:
// Add template path:
$templatePathStack[] = $this->baseDir . "/$key/templates";
$templatePathStack[] = $this->baseDir . "/$key/layouts";
// Add CSS and JS dependencies:
if ($css = $currentThemeInfo->get('css')) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment