source: branches/version-2_12-dev/templates/mobile_class.php @ 20116

Revision 20116, 333 bytes checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
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.