diff options
Diffstat (limited to 'templates/theme_control.tpl')
| -rw-r--r-- | templates/theme_control.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/theme_control.tpl b/templates/theme_control.tpl index cc94d42..4354c1a 100644 --- a/templates/theme_control.tpl +++ b/templates/theme_control.tpl @@ -96,7 +96,7 @@ {if $direct_pagination eq 'y'} <br /> {section loop=$cant_pages name=foo} -{assign var=selector_offset value=$smarty.section.foo.index|times:"$gBitSystem->getPreference( 'max_records' )"} +{assign var=selector_offset value=$smarty.section.foo.index|times:"$gBitSystemPrefs.max_records"} <a href="{$smarty.const.THEMES_PKG_URL}theme_control.php?tasks_use_dates={$tasks_use_dates}&find={$find}&offset={$selector_offset}&sort_mode={$sort_mode}"> {$smarty.section.foo.index_next}</a> {/section} |
