mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Update references to TemplateHandler in common code paths
This commit is contained in:
parent
d46d25c69f
commit
45f016d53b
7 changed files with 9 additions and 11 deletions
|
|
@ -260,7 +260,7 @@ class PageAdminView extends Page
|
|||
$security->encodeHTML('widget_list..title','module_info.mid');
|
||||
|
||||
// Load admin resources
|
||||
$oTemplate = TemplateHandler::getInstance();
|
||||
$oTemplate = Rhymix\Framework\Template::getInstance();
|
||||
$oTemplate->compile('modules/admin/tpl', '_admin_common.html');
|
||||
|
||||
// Set a template file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue