| Revision 16506,
520 bytes
checked in by nanasess, 19 years ago
(diff) |
|
リファクタリング
|
-
Property svn:eol-style set to
LF
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id Revision Date
-
Property svn:mime-type set to
text/x-httpd-php
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /* |
|---|
| 3 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
|---|
| 4 | * |
|---|
| 5 | * http://www.lockon.co.jp/ |
|---|
| 6 | */ |
|---|
| 7 | |
|---|
| 8 | // {{{ requires |
|---|
| 9 | require_once(CLASS_PATH . "SC_Initial.php"); |
|---|
| 10 | |
|---|
| 11 | /** |
|---|
| 12 | * モバイルアプリケーションの初期設定クラス. |
|---|
| 13 | * |
|---|
| 14 | * @author LOCKON CO.,LTD. |
|---|
| 15 | * @version $Id$ |
|---|
| 16 | */ |
|---|
| 17 | class SC_Initial_Mobile extends SC_Initial { |
|---|
| 18 | |
|---|
| 19 | // {{{ cunstructor |
|---|
| 20 | |
|---|
| 21 | /** |
|---|
| 22 | * コンストラクタ. |
|---|
| 23 | */ |
|---|
| 24 | function SC_Initial_Mobile() { |
|---|
| 25 | parent::SC_Initial(); |
|---|
| 26 | |
|---|
| 27 | define('MOBILE_SITE', true); |
|---|
| 28 | } |
|---|
| 29 | } |
|---|
| 30 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.