- Timestamp:
- 2006/10/24 17:29:22 (20 years ago)
- Location:
- temp/trunk/html/admin
- Files:
-
- 2 edited
-
downloads/module/ebis_tag.php (modified) (1 diff)
-
system/module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/downloads/module/ebis_tag.php
r6565 r6566 18 18 } 19 19 } 20 $objPage = new LC_Page(); 21 $objView = new SC_AdminView(); 22 20 23 $objView->assignobj($objPage); //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë 21 24 $objView->display(MAIN_FRAME); //¥Æ¥ó¥×¥ì¡¼¥È¤Î½ÐÎÏ -
temp/trunk/html/admin/system/module.php
r6565 r6566 7 7 require_once("../require.php"); 8 8 9 //¥Ú¡¼¥¸´ÉÍý¥¯¥é¥¹ 10 class LC_Page { 11 //¥³¥ó¥¹¥È¥é¥¯¥¿ 12 function LC_Page() { 13 //¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤Î»ØÄê 14 $this->tpl_mainpage = 'system/module.tpl'; 15 $this->tpl_subnavi = 'system/subnavi.tpl'; 16 $this->tpl_mainno = 'system'; 17 $this->tpl_subno = 'module'; 18 $this->tpl_subtitle = '¥â¥¸¥å¡¼¥ë´ÉÍý'; 19 } 20 } 9 21 $objPage = new LC_Page(); 10 22 $objView = new SC_AdminView();
Note: See TracChangeset
for help on using the changeset viewer.
