summaryrefslogtreecommitdiff
path: root/templates/theme_control.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-19 13:48:40 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-19 13:48:40 +0000
commitabeb6345078c415ed656be4d1ee715c2d3277c0c (patch)
treeb81048f342394e24e339a4a5a2b38257eaa0d2a3 /templates/theme_control.tpl
parent229f17c65a61e247bc6356f33e232308d8aee1c4 (diff)
downloadthemes-abeb6345078c415ed656be4d1ee715c2d3277c0c.tar.gz
themes-abeb6345078c415ed656be4d1ee715c2d3277c0c.tar.bz2
themes-abeb6345078c415ed656be4d1ee715c2d3277c0c.zip
more kernel_config renames
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 55a3104..5b053da 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 $gBitSystem->isFeatureActive( 'direct_pagination' )}
+{if $gBitSystem->isFeatureActive( 'site_direct_pagination' )}
<br />
{section loop=$cant_pages name=foo}
{assign var=selector_offset value=$smarty.section.foo.index|times:"$gBitSystem->getConfig('max_records')"}