Changeset 1178 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2007/01/21 17:12:59 (19 years ago)
- File:
-
- 1 edited
-
temp/test-xoops.ec-cube.net/data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/data/class/SC_View.php
r1176 r1178 51 51 if(ADMIN_MODE == '1') { 52 52 $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 }72 53 } 73 54 }
Note: See TracChangeset
for help on using the changeset viewer.
