rhymix/modules/module/module.mobile.php
2013-11-08 05:52:51 +00:00

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 */