Changeset 6557 for temp/trunk/html/admin/system
- Timestamp:
- 2006/10/24 17:25:48 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r6462 r6557 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 c 21 10 22 11 $objPage = new LC_Page();
Note: See TracChangeset
for help on using the changeset viewer.
