Ignore:
Timestamp:
2012/02/15 19:56:17 (12 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/rss/LC_Page_Rss_Products.php

    r21508 r21514  
    4444    function init() { 
    4545        parent::init(); 
    46         $this->tpl_mainpage = "rss/products.tpl"; 
    47         $this->encode = "UTF-8"; 
    48         $this->title = "商品一覧情報"; 
     46        $this->tpl_mainpage = 'rss/products.tpl'; 
     47        $this->encode = 'UTF-8'; 
     48        $this->title = '商品一覧情報'; 
    4949    } 
    5050 
     
    107107 
    108108        //キャッシュしない(念のため) 
    109         header("Pragma: no-cache"); 
     109        header('Pragma: no-cache'); 
    110110 
    111111        //XMLテキスト(これがないと正常にRSSとして認識してくれないツールがあるため) 
    112         header("Content-type: application/xml"); 
     112        header('Content-type: application/xml'); 
    113113        P_DETAIL_URLPATH; 
    114114 
Note: See TracChangeset for help on using the changeset viewer.