source: trunk/templates/mobile_class.php @ 16127

Revision 16127, 333 bytes checked in by nanasess, 17 years ago (diff)

$this->init() 追加

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id Date Revision
  • Property svn:mime-type set to text/x-httpd-php
Line 
1<?php
2    /**
3     * モバイルページを初期化する.
4     *
5     * @return void
6     */
7    function mobileInit() {
8        $this->init();
9    }
10
11    /**
12     * Page のプロセス(モバイル).
13     *
14     * @return void
15     */
16    function mobileProcess() {
17    }
18/*
19 * Local variables:
20 * coding: utf-8
21 * End:
22 */
23?>
Note: See TracBrowser for help on using the repository browser.