Changeset 2864:a809679a5a42 for inc/public
- Timestamp:
- 12/20/14 16:09:32 (11 years ago)
- Branch:
- 2.7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/class.dc.template.php
r2863 r2864 1118 1118 // nb of entries per page specified in template -> regular pagination 1119 1119 $p .= "\$params['limit'] = ".$lastn.";\n"; 1120 $p .= "\$_ctx->nb_entry_first_page = \$_ctx->nb_entry_per_page = ".$lastn.";\n"; 1120 1121 } else { 1121 1122 // nb of entries per page not specified -> use ctx settings
Note: See TracChangeset
for help on using the changeset viewer.