Ignore:
Timestamp:
2007/01/21 17:12:59 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/data/class/SC_View.php

    r1176 r1178  
    5151        if(ADMIN_MODE == '1') {      
    5252            $this->time_start = time(); 
    53         } 
    54  
    55         // ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ¤¹¤ë 
    56         if($siteinfo) { 
    57             if(!defined('LOAD_SITEINFO')) { 
    58                 $this->objSiteInfo = new SC_SiteInfo(); 
    59                 $arrInfo['arrSiteInfo'] = $this->objSiteInfo->data; 
    60                  
    61                 // ÅÔÆ»Éܸ©Ì¾¤òÊÑ´¹ 
    62                 global $arrPref; 
    63                 $arrInfo['arrSiteInfo']['pref'] = $arrPref[$arrInfo['arrSiteInfo']['pref']]; 
    64                  
    65                 // ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë 
    66                 foreach ($arrInfo as $key => $value){ 
    67                     $this->_smarty->assign($key, $value); 
    68                 } 
    69                  
    70                 define('LOAD_SITEINFO', 1); 
    71             } 
    7253        } 
    7354    } 
Note: See TracChangeset for help on using the changeset viewer.