diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-05 21:31:33 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-05 21:31:33 +0000 |
| commit | 8cfce8b3a080c87c0008abd899302e33333a126f (patch) | |
| tree | 9ec72819a6345c73684e8c1f11f53eecd4d42c70 /templates/theme_control.tpl | |
| parent | 6cbd161bd9394152fc7e29f209e1c3401435b781 (diff) | |
| download | themes-8cfce8b3a080c87c0008abd899302e33333a126f.tar.gz themes-8cfce8b3a080c87c0008abd899302e33333a126f.tar.bz2 themes-8cfce8b3a080c87c0008abd899302e33333a126f.zip | |
use standard lowercase under_score naming convention for all preferences stored in kernel_prefs
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 2a63475..cc94d42 100644 --- a/templates/theme_control.tpl +++ b/templates/theme_control.tpl @@ -96,7 +96,7 @@ {if $direct_pagination eq 'y'} <br /> {section loop=$cant_pages name=foo} -{assign var=selector_offset value=$smarty.section.foo.index|times:$maxRecords} +{assign var=selector_offset value=$smarty.section.foo.index|times:"$gBitSystem->getPreference( 'max_records' )"} <a href="{$smarty.const.THEMES_PKG_URL}theme_control.php?tasks_use_dates={$tasks_use_dates}&find={$find}&offset={$selector_offset}&sort_mode={$sort_mode}"> {$smarty.section.foo.index_next}</a> {/section} |
