mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
12 lines
332 B
PHP
12 lines
332 B
PHP
<?php
|
|
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
|
class ModuleMobile extends ModuleObject
|
|
{
|
|
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 */
|