Move unnecessary method in ModuleMobile to ModuleView

This commit is contained in:
Kijin Sung 2022-12-27 23:06:52 +09:00
parent f5bd3a15ef
commit 0e2940985f
3 changed files with 13 additions and 10 deletions

View file

@ -1,12 +1,6 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
class ModuleMobile extends ModuleObject
class ModuleMobile extends ModuleView
{
function dispModuleChangeLang()
{
$this->setTemplatePath(sprintf("%stpl/",$this->module_path));
$this->setTemplateFile('lang.html');
}
}
/* End of file module.mobile.php */
/* Location: ./modules/module/module.mobile.php */