Ignore:
Timestamp:
2007/09/21 15:57:07 (17 years ago)
Author:
nanasess
Message:

テンプレート定数修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/products/LC_Page_Products_List.php

    r15532 r15846  
    1414 * @package Page 
    1515 * @author LOCKON CO.,LTD. 
    16  * @version $Id$ 
     16 * @version $Id:LC_Page_Products_List.php 15532 2007-08-31 14:39:46Z nanasess $ 
    1717 */ 
    1818class LC_Page_Products_List extends LC_Page { 
     
    100100            // 商品TOPの表示処理 
    101101            /** 必ず指定する **/ 
    102             $this->tpl_mainpage = HTML_PATH . "user_data/templates/list.tpl";        // メインテンプレート 
     102            $this->tpl_mainpage = TEMPLATE_DIR . "list.tpl";        // メインテンプレート 
    103103 
    104104            $this->arrBestItems = SC_Utils_Ex::sfGetBestProducts($conn, $category_id); 
     
    207207 
    208208        //表示件数でテンプレートを切り替える 
    209         $this->tpl_mainpage = HTML_PATH . "user_data/templates/list.tpl";        // メインテンプレート 
     209        $this->tpl_mainpage = TEMPLATE_DIR . "list.tpl";        // メインテンプレート 
    210210 
    211211        //表示順序 
Note: See TracChangeset for help on using the changeset viewer.