Changeset 6566 for temp


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

* empty log message *

Location:
temp/trunk/html/admin
Files:
2 edited

Legend:

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

    r6565 r6566  
    1818    } 
    1919} 
     20$objPage = new LC_Page(); 
     21$objView = new SC_AdminView(); 
     22 
    2023$objView->assignobj($objPage);      //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë 
    2124$objView->display(MAIN_FRAME);      //¥Æ¥ó¥×¥ì¡¼¥È¤Î½ÐÎÏ 
  • temp/trunk/html/admin/system/module.php

    r6565 r6566  
    77require_once("../require.php"); 
    88 
     9//¥Ú¡¼¥¸´ÉÍý¥¯¥é¥¹ 
     10class 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} 
    921$objPage = new LC_Page(); 
    1022$objView = new SC_AdminView(); 
Note: See TracChangeset for help on using the changeset viewer.