Changeset 18255
- Timestamp:
- 2009/08/05 06:38:47 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/products/LC_Page_Products_List.php
r18252 r18255 349 349 350 350 // ページ送りの取得 351 $this->objNavi = new SC_PageNavi($this->tpl_pageno, $linemax, $this->disp_number, "fnNaviPage", NAVI_PMAX, 'pageno=#page#'); 351 $urlParam = "category_id={$this->arrSearchData['category_id']}&pageno=#page#"; 352 $this->objNavi = new SC_PageNavi($this->tpl_pageno, $linemax, $this->disp_number, "fnNaviPage", NAVI_PMAX, $urlParam); 352 353 $strnavi = $this->objNavi->strnavi; 353 354
Note: See TracChangeset
for help on using the changeset viewer.
