Changeset 11975 for branches/dev/html
- Timestamp:
- 2007/03/27 09:27:13 (19 years ago)
- Location:
- branches/dev/html
- Files:
-
- 4 edited
-
mobile/products/detail.php (modified) (1 diff)
-
mobile/products/list.php (modified) (1 diff)
-
products/detail.php (modified) (1 diff)
-
products/list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/products/detail.php
r11894 r11975 199 199 200 200 // ¥µ¥Ö¥¿¥¤¥È¥ë¤ò¼èÆÀ 201 $arrFirstCat = GetFirstCat($arrRet[0]['category_id']);201 $arrFirstCat = sfGetFirstCat($arrRet[0]['category_id']); 202 202 $tpl_subtitle = $arrFirstCat['name']; 203 203 $objPage->tpl_subtitle = $tpl_subtitle; -
branches/dev/html/mobile/products/list.php
r11894 r11975 57 57 $tpl_subtitle = "Á´¾¦ÉÊ"; 58 58 }else{ 59 $arrFirstCat = GetFirstCat($category_id);59 $arrFirstCat = sfGetFirstCat($category_id); 60 60 $tpl_subtitle = $arrFirstCat['name']; 61 61 } -
branches/dev/html/products/detail.php
r11966 r11975 158 158 159 159 // ¥µ¥Ö¥¿¥¤¥È¥ë¤ò¼èÆÀ 160 $arrFirstCat = GetFirstCat($arrRet[0]['category_id']);160 $arrFirstCat = sfGetFirstCat($arrRet[0]['category_id']); 161 161 $tpl_subtitle = $arrFirstCat['name']; 162 162 $objPage->tpl_subtitle = $tpl_subtitle; -
branches/dev/html/products/list.php
r17 r11975 52 52 $tpl_subtitle = "Á´¾¦ÉÊ"; 53 53 }else{ 54 $arrFirstCat = GetFirstCat($category_id);54 $arrFirstCat = sfGetFirstCat($category_id); 55 55 $tpl_subtitle = $arrFirstCat['name']; 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.
