mirror of
https://github.com/scummvm/scummvm-web.git
synced 2026-05-21 05:40:47 +00:00
WEB: update templates includes to use the new folder structure
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user