summaryrefslogtreecommitdiff
path: root/templates/theme_control.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/theme_control.tpl')
-rw-r--r--templates/theme_control.tpl2
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}
&nbsp;[<a href="{$smarty.const.THEMES_PKG_URL}theme_control.php?find={$find}&amp;offset={$next_offset}&amp;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"}