Changeset 6687 for temp


Ignore:
Timestamp:
2006/10/25 16:56:25 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/rss/product.php

    r6686 r6687  
    1313        $this->tpl_mainpage = "rss/product.tpl"; 
    1414        $this->encode = "UTF-8"; 
    15         ($_GET['product_id'] == "") ? $this->title = "¾¦ÉʰìÍ÷¾ðÊó" : $this->title = "¾¦ÉʾܺپðÊó"; 
     15        ($_GET['mode'] == "all") ? $this->title = "¾¦ÉʰìÍ÷¾ðÊó" : $this->title = "¾¦ÉʾܺپðÊó"; 
    1616    } 
    1717} 
     
    3232    //¾¦Éʾܺ٤ò¼èÆÀ 
    3333    $arrProduct = lfGetProductsDetail($objQuery, $product_id); 
    34      
     34    sfprintr("et"); 
    3535    // ÃͤΥ»¥Ã¥È¤·Ä¾¤· 
    3636    foreach($arrProduct as $key => $val){ 
Note: See TracChangeset for help on using the changeset viewer.