rhymix/modules/module/module.mobile.php
2010-06-30 07:41:44 +00:00

8 lines
193 B
PHP

<?php
class moduleMobile extends moduleObject {
function dispModuleChangeLang() {
$this->setTemplatePath(sprintf("%stpl/",$this->module_path));
$this->setTemplateFile('lang.html');
}
}