- Timestamp:
- 2007/07/20 15:58:59 (19 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 1 edited
- 2 copied
-
. (copied) (copied from branches/rel) (1 prop)
-
html (copied) (copied from branches/rel/html)
-
html/mobile/entry/new.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update
-
Property
svn:ignore
set to
.cache
.settings
.projectOptions
-
Property
svn:ignore
set to
-
branches/feature-module-update/html/mobile/entry/new.php
r12157 r15078 6 6 * http://www.lockon.co.jp/ 7 7 * 8 * ¿·µ¬ÅÐÏ¿8 * 新規登録 9 9 */ 10 10 … … 13 13 class LC_Page { 14 14 function LC_Page() { 15 /** ɬ¤ºÊѹ¹¤¹¤ë**/16 $this->tpl_mainpage = 'entry/new.tpl'; // ¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È15 /** 必ず変更する **/ 16 $this->tpl_mainpage = 'entry/new.tpl'; // メインテンプレート 17 17 } 18 18 } … … 20 20 $objPage = new LC_Page(); 21 21 22 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ22 // レイアウトデザインを取得 23 23 $objView = new SC_MobileView(); 24 24 $objView->assignobj($objPage);
Note: See TracChangeset
for help on using the changeset viewer.
