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

Revision 22796, 333 bytes checked in by h_yoshimoto, 11 years ago (diff)

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

  • 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.