summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-06 16:20:09 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-06 16:20:09 +0000
commite36b5f4ec09f7e999b2bf4f30e454c819d23c5cf (patch)
tree1c0c125bb726d38492c8750e70172e1e5c3a6a14 /templates
parent0c495b82d264d7700d3465b2a604e3400efab692 (diff)
downloadthemes-e36b5f4ec09f7e999b2bf4f30e454c819d23c5cf.tar.gz
themes-e36b5f4ec09f7e999b2bf4f30e454c819d23c5cf.tar.bz2
themes-e36b5f4ec09f7e999b2bf4f30e454c819d23c5cf.zip
further kernel setup_inc cleanups - cleaned up file, removed unnecessary smarty assignments...
Diffstat (limited to 'templates')
-rw-r--r--templates/theme_control.tpl2
-rw-r--r--templates/theme_control_objects.tpl2
2 files changed, 2 insertions, 2 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"}
diff --git a/templates/theme_control_objects.tpl b/templates/theme_control_objects.tpl
index 9507a91..5250160 100644
--- a/templates/theme_control_objects.tpl
+++ b/templates/theme_control_objects.tpl
@@ -108,7 +108,7 @@
{if $next_offset >= 0}
&nbsp;[<a href="{$smarty.const.THEMES_PKG_URL}theme_control_objects.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_recor"}