Ignore:
Timestamp:
2013/08/28 09:41:18 (11 years ago)
Author:
m_uehara
Message:

#2348 r23128 - r23137 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/admin/contents/LC_Page_Admin_Contents_RecommendSearch.php

    r23126 r23140  
    8989 
    9090                    // ページ送りの取得 
    91                     $objNavi = new SC_PageNavi_Ex($arrPost['search_pageno'], $this->tpl_linemax, $page_max, 'fnNaviSearchOnlyPage', NAVI_PMAX); 
     91                    $objNavi = new SC_PageNavi_Ex($arrPost['search_pageno'], $this->tpl_linemax, $page_max, 'eccube.moveSearchPage', NAVI_PMAX); 
    9292                    $this->tpl_strnavi = $objNavi->strnavi;      // 表示文字列 
    9393                    $startno = $objNavi->start_row; 
Note: See TracChangeset for help on using the changeset viewer.