XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
module.mobile.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
3 class moduleMobile extends moduleObject
4 {
6  {
7  $this->setTemplatePath(sprintf("%stpl/",$this->module_path));
8  $this->setTemplateFile('lang.html');
9  }
10 }
11 /* End of file module.mobile.php */
12 /* Location: ./modules/module/module.mobile.php */