Changeset 16270


Ignore:
Timestamp:
2007/10/05 20:08:17 (19 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

    r16225 r16270  
    9999        if(($count >= BEST_MIN) && $this->lfIsRootCategory($category_id) && ($_GET['mode'] != 'search') ) { 
    100100            // 商品TOPの表示処理 
    101             /** 必ず指定する **/ 
    102             $this->tpl_mainpage = TEMPLATE_DIR . "list.tpl";        // メインテンプレート 
    103  
    104101            $this->arrBestItems = SC_Utils_Ex::sfGetBestProducts($conn, $category_id); 
    105102            $this->BEST_ROOP_MAX = ceil((BEST_MAX-1)/2); 
     
    366363        $this->tpl_pageno = isset($_POST['pageno']) ? $_POST['pageno'] : ""; 
    367364 
    368         //表示件数でテンプレートを切り替える 
    369         $this->tpl_mainpage = TEMPLATE_DIR . "list.tpl";        // メインテンプレート 
    370  
    371365        //表示順序 
    372366        switch($orderby) { 
Note: See TracChangeset for help on using the changeset viewer.