Ignore:
Timestamp:
2013/08/20 14:11:59 (11 years ago)
Author:
h_yoshimoto
Message:

#2342 一旦戻した内容を再度適用

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/products/LC_Page_Products_List.php

    r23071 r23103  
    144144            $urlParam .= "&mode={$this->mode}&name={$searchNameUrl}&orderby={$this->orderby}"; 
    145145        } 
    146         $this->objNavi      = new SC_PageNavi_Ex($this->tpl_pageno, $this->tpl_linemax, $this->disp_number, 'fnNaviPage', NAVI_PMAX, $urlParam, SC_Display_Ex::detectDevice() !== DEVICE_TYPE_MOBILE); 
     146        $this->objNavi      = new SC_PageNavi_Ex($this->tpl_pageno, $this->tpl_linemax, $this->disp_number, 'eccube.movePage', NAVI_PMAX, $urlParam, SC_Display_Ex::detectDevice() !== DEVICE_TYPE_MOBILE); 
    147147        $this->arrProducts  = $this->lfGetProductsList($arrSearchCondition, $this->disp_number, $this->objNavi->start_row, $objProduct); 
    148148 
     
    539539        $this->productStatus = $this->arrProducts['productStatus']; 
    540540        unset($this->arrProducts['productStatus']); 
    541         $this->tpl_javascript .= 'var productsClassCategories = ' . SC_Utils_Ex::jsonEncode($objProduct->classCategories) . ';'; 
     541        $this->tpl_javascript .= 'eccube.productsClassCategories = ' . SC_Utils_Ex::jsonEncode($objProduct->classCategories) . ';'; 
    542542        if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_PC) { 
    543543            //onloadスクリプトを設定. 在庫ありの商品のみ出力する 
Note: See TracChangeset for help on using the changeset viewer.