mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Move unnecessary method in ModuleMobile to ModuleView
This commit is contained in:
parent
f5bd3a15ef
commit
0e2940985f
3 changed files with 13 additions and 10 deletions
|
|
@ -142,6 +142,15 @@ class ModuleView extends Module
|
|||
$this->setLayoutFile('popup_layout');
|
||||
$this->setTemplateFile('filebox_add');
|
||||
}
|
||||
|
||||
/**
|
||||
* Moved from mobile class
|
||||
*/
|
||||
function dispModuleChangeLang()
|
||||
{
|
||||
$this->setTemplatePath(sprintf("%stpl/",$this->module_path));
|
||||
$this->setTemplateFile('lang.html');
|
||||
}
|
||||
}
|
||||
/* End of file module.view.php */
|
||||
/* Location: ./modules/module/module.view.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue