diff options
Diffstat (limited to 'templates/admin_newsletter_subscriptions.tpl')
| -rw-r--r-- | templates/admin_newsletter_subscriptions.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin_newsletter_subscriptions.tpl b/templates/admin_newsletter_subscriptions.tpl index 19c3602..d8a7518 100644 --- a/templates/admin_newsletter_subscriptions.tpl +++ b/templates/admin_newsletter_subscriptions.tpl @@ -93,7 +93,7 @@ {if $next_offset >= 0} [<a href="{$smarty.const.NEWSLETTERS_PKG_URL}admin/admin_newsletter_subscriptions.php?nl_id={$nl_id}&find={$find}&offset={$next_offset}&sort_mode={$sort_mode}">{tr}next{/tr}</a>] {/if} -{if $direct_pagination eq 'y'} +{if $site_direct_pagination eq 'y'} <br /> {section loop=$cant_pages name=foo} {assign var=selector_offset value=$smarty.section.foo.index|times:$maxRecords} |
