Changeset 2185 for temp/trunk/data
- Timestamp:
- 2006/08/28 11:52:19 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 3 edited
-
Smarty/templates/abouts/index.tpl (modified) (previous)
-
Smarty/templates/regist/complete.tpl (modified) (previous)
-
class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r2183 r2185 67 67 // ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë 68 68 $objSiteInfo = new SC_SiteInfo(); 69 $SiteInfo['arrSiteInfo'] = $objSiteInfo->data; 70 foreach ($SiteInfo as $key => $value){ 69 $arrInfo['arrSiteInfo'] = $objSiteInfo->data; 70 71 // ÅÔÆ»Éܸ©Ì¾¤òÊÑ´¹ 72 global $arrPref; 73 $arrInfo['arrSiteInfo']['pref'] = $arrPref[$arrInfo['arrSiteInfo']['pref']]; 74 75 foreach ($arrInfo as $key => $value){ 71 76 $this->_smarty->assign($key, $value); 72 77 }
Note: See TracChangeset
for help on using the changeset viewer.
