Ignore:
Timestamp:
2011/03/04 21:07:21 (13 years ago)
Author:
shutta
Message:

SC_PageNaviクラスのclass_extends対応

File:
1 edited

Legend:

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

    r20487 r20491  
    8888 
    8989                // ページ送りの取得 
    90                 $objNavi = new SC_PageNavi($arrPost['search_pageno'], $this->tpl_linemax, $page_max, "fnNaviSearchOnlyPage", NAVI_PMAX); 
     90                $objNavi = new SC_PageNavi_Ex($arrPost['search_pageno'], $this->tpl_linemax, $page_max, "fnNaviSearchOnlyPage", NAVI_PMAX); 
    9191                $this->tpl_strnavi = $objNavi->strnavi;      // 表示文字列 
    9292                $startno = $objNavi->start_row; 
Note: See TracChangeset for help on using the changeset viewer.