Changeset 15885
- Timestamp:
- 2007/09/21 22:38:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/products/LC_Page_Products_List.php
r15875 r15885 255 255 $strnavi = $objNavi->strnavi; 256 256 $strnavi = str_replace('onclick="fnNaviPage', 'onclick="form1.mode.value=\''.'\'; fnNaviPage', $strnavi); 257 $this->tpl_strnavi = $strnavi; // 表示文字列 257 // 表示文字列 258 $this->tpl_strnavi = empty($strnavi) ? " " : $strnavi; 258 259 $startno = $objNavi->start_row; // 開始行 259 260
Note: See TracChangeset
for help on using the changeset viewer.