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 4354c1a..a273838 100644 --- a/templates/theme_control.tpl +++ b/templates/theme_control.tpl @@ -93,7 +93,7 @@ {if $next_offset >= 0} [<a href="{$smarty.const.THEMES_PKG_URL}theme_control.php?find={$find}&offset={$next_offset}&sort_mode={$sort_mode}">{tr}next{/tr}</a>] {/if} -{if $direct_pagination eq 'y'} +{if $gBitSystem->isFeatureActive( 'direct_pagination' )} <br /> {section loop=$cant_pages name=foo} {assign var=selector_offset value=$smarty.section.foo.index|times:"$gBitSystemPrefs.max_records"} |
