Changeset 20485 for branches/version-2_5-dev/data/class
- Timestamp:
- 2011/03/04 19:57:17 (15 years ago)
- Location:
- branches/version-2_5-dev/data/class/pages
- Files:
-
- 4 edited
-
LC_Page.php (modified) (1 diff)
-
admin/LC_Page_Admin.php (modified) (1 diff)
-
error/LC_Page_Error.php (modified) (1 diff)
-
frontparts/bloc/LC_Page_FrontParts_Bloc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/LC_Page.php
r20459 r20485 94 94 95 95 // ディスプレイクラス生成 96 $this->objDisplay = new SC_Display ();96 $this->objDisplay = new SC_Display_Ex(); 97 97 98 98 $layout = new SC_Helper_PageLayout_Ex(); -
branches/version-2_5-dev/data/class/pages/admin/LC_Page_Admin.php
r20484 r20485 62 62 63 63 // ディスプレイクラス生成 64 $this->objDisplay = new SC_Display ();64 $this->objDisplay = new SC_Display_Ex(); 65 65 66 66 // プラグインクラス生成 -
branches/version-2_5-dev/data/class/pages/error/LC_Page_Error.php
r20466 r20485 65 65 $this->tpl_title = 'エラー'; 66 66 // ディスプレイクラス生成 67 $this->objDisplay = new SC_Display ();67 $this->objDisplay = new SC_Display_Ex(); 68 68 } 69 69 -
branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php
r20484 r20485 46 46 47 47 // ディスプレイクラス生成 48 $this->objDisplay = new SC_Display ();48 $this->objDisplay = new SC_Display_Ex(); 49 49 50 50 // プラグインクラス生成
Note: See TracChangeset
for help on using the changeset viewer.
