- Timestamp:
- 2006/10/25 16:56:25 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/rss/product.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/rss/product.php
r6686 r6687 13 13 $this->tpl_mainpage = "rss/product.tpl"; 14 14 $this->encode = "UTF-8"; 15 ($_GET[' product_id'] == "") ? $this->title = "¾¦ÉʰìÍ÷¾ðÊó" : $this->title = "¾¦ÉʾܺپðÊó";15 ($_GET['mode'] == "all") ? $this->title = "¾¦ÉʰìÍ÷¾ðÊó" : $this->title = "¾¦ÉʾܺپðÊó"; 16 16 } 17 17 } … … 32 32 //¾¦Éʾܺ٤ò¼èÆÀ 33 33 $arrProduct = lfGetProductsDetail($objQuery, $product_id); 34 34 sfprintr("et"); 35 35 // ÃͤΥ»¥Ã¥È¤·Ä¾¤· 36 36 foreach($arrProduct as $key => $val){
Note: See TracChangeset
for help on using the changeset viewer.
