source: branches/feature-module-update/templates/mobile_class.php @ 16125

Revision 16125, 258 bytes checked in by nanasess, 17 years ago (diff)

新規追加

  • 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    }
9
10    /**
11     * Page のプロセス(モバイル).
12     *
13     * @return void
14     */
15    function mobileProcess() {
16    }
17?>
Note: See TracBrowser for help on using the repository browser.