WEB: update templates includes to use the new folder structure

This commit is contained in:
Matan Bareket
2018-07-26 05:27:02 -04:00
parent f3cbfb6b5c
commit f0be08f8dc
12 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ class Controller {
'content' => $content,
);
$this->_smarty->assign($vars);
return $this->_smarty->display('index.tpl');
return $this->_smarty->display('pages/index.tpl');
}
/* Render the HTML using the template and any set variables and returns it. */