diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-19 13:48:40 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-19 13:48:40 +0000 |
| commit | abeb6345078c415ed656be4d1ee715c2d3277c0c (patch) | |
| tree | b81048f342394e24e339a4a5a2b38257eaa0d2a3 /templates/theme_control.tpl | |
| parent | 229f17c65a61e247bc6356f33e232308d8aee1c4 (diff) | |
| download | themes-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.tpl | 2 |
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} [<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 $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')"} |
