diff options
Diffstat (limited to 'templates/user_subscriptions.tpl')
| -rw-r--r-- | templates/user_subscriptions.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_subscriptions.tpl b/templates/user_subscriptions.tpl index 0533fa9..fd034d3 100644 --- a/templates/user_subscriptions.tpl +++ b/templates/user_subscriptions.tpl @@ -40,7 +40,7 @@ <div class="row"> {formlabel label="Permanent Unsubscribe"} {forminput} - <input type="checkbox" name="unsubscribe_all" value="y" {if $subInfo.unsubscribe_all}checked="checked"{/if} /> {tr}Remove myself from all lists, and receive no further mailings from{/tr} {$gBitSystem->getPreference('siteTitle','this site')}.</br> + <input type="checkbox" name="unsubscribe_all" value="y" {if $subInfo.unsubscribe_all}checked="checked"{/if} /> {tr}Remove myself from all lists, and receive no further mailings from{/tr} {$gBitSystem->getConfig('siteTitle','this site')}.</br> {/forminput} </div> <div class="row submit"> |
