Changeset 15846
- Timestamp:
- 2007/09/21 15:57:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/products/LC_Page_Products_List.php
r15532 r15846 14 14 * @package Page 15 15 * @author LOCKON CO.,LTD. 16 * @version $Id $16 * @version $Id:LC_Page_Products_List.php 15532 2007-08-31 14:39:46Z nanasess $ 17 17 */ 18 18 class LC_Page_Products_List extends LC_Page { … … 100 100 // 商品TOPの表示処理 101 101 /** 必ず指定する **/ 102 $this->tpl_mainpage = HTML_PATH . "user_data/templates/list.tpl"; // メインテンプレート102 $this->tpl_mainpage = TEMPLATE_DIR . "list.tpl"; // メインテンプレート 103 103 104 104 $this->arrBestItems = SC_Utils_Ex::sfGetBestProducts($conn, $category_id); … … 207 207 208 208 //表示件数でテンプレートを切り替える 209 $this->tpl_mainpage = HTML_PATH . "user_data/templates/list.tpl"; // メインテンプレート209 $this->tpl_mainpage = TEMPLATE_DIR . "list.tpl"; // メインテンプレート 210 210 211 211 //表示順序
Note: See TracChangeset
for help on using the changeset viewer.