Changeset 2185
- Timestamp:
- 2006/08/28 11:52:19 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 5 edited
-
data/Smarty/templates/abouts/index.tpl (modified) (previous)
-
data/Smarty/templates/regist/complete.tpl (modified) (previous)
-
data/class/SC_View.php (modified) (1 diff)
-
html/abouts/index.php (modified) (1 diff)
-
html/regist/complete.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 } -
temp/trunk/html/abouts/index.php
r1328 r2185 19 19 $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 20 20 21 // ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ22 $objSiteInfo = new SC_SiteInfo();23 $arrInfo = $objSiteInfo->data;24 25 // ÅÔÆ»Éܸ©Ì¾¤òÊÑ´¹26 global $arrPref;27 $arrInfo['pref'] = $arrPref[$arrInfo['pref']];28 29 21 $objPage->arrInfo = $arrInfo; 30 22 -
temp/trunk/html/regist/complete.php
r1328 r2185 13 13 $objPage = new LC_Page(); 14 14 $objView = new SC_SiteView(); 15 $objSiteInfo = new SC_SiteInfo();16 $objPage->arrInfo = $objSiteInfo->data;17 15 18 16 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
Note: See TracChangeset
for help on using the changeset viewer.
