Ignore:
Timestamp:
2006/10/24 17:25:48 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/module.php

    r6462 r6557  
    77require_once("../require.php"); 
    88 
    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 } 
     9c 
    2110 
    2211$objPage = new LC_Page(); 
Note: See TracChangeset for help on using the changeset viewer.