Index: temp/trunk/html/rss/product.php
===================================================================
--- temp/trunk/html/rss/product.php	(revision 6479)
+++ temp/trunk/html/rss/product.php	(revision 6480)
@@ -25,4 +25,10 @@
 $arrProduct = lfGetProductsDetail($objQuery, 1);
 
+//Å¹ÊÞ¾ðÊó
+$arrSiteInfo = $objSiteInfo->data;
+
+sfprintr($arrSiteInfo);
+exit();
+
 //¥­¥ã¥Ã¥·¥å¤·¤Ê¤¤(Ç°¤Î¤¿¤á)
 header("Paragrama: no-cache");
@@ -35,5 +41,5 @@
 
 //Å¹Ì¾¤ò¥»¥Ã¥È
-$objPage->site_title = $arrProduct[0]['shop_name'];
+$objPage->site_title = $arrSiteInfo['shop_name'];
 
 //ÂåÉ½Email¥¢¥É¥ì¥¹¤ò¥»¥Ã¥È
