diff options
| author | Christian Fowler <spider@viovio.com> | 2007-07-02 02:50:47 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-07-02 02:50:47 +0000 |
| commit | 915d41f3ffbaeb5092926e034b8e7108858c0c71 (patch) | |
| tree | 38d098f645b22216abcfaf9997b01fab4b422ccf | |
| parent | 6947ab3b40c0d2ba3475a268e1707698cb5cb3c0 (diff) | |
| download | newsletters-915d41f3ffbaeb5092926e034b8e7108858c0c71.tar.gz newsletters-915d41f3ffbaeb5092926e034b8e7108858c0c71.tar.bz2 newsletters-915d41f3ffbaeb5092926e034b8e7108858c0c71.zip | |
add strong to unsub message
| -rw-r--r-- | templates/unsubscribe_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/unsubscribe_inc.tpl b/templates/unsubscribe_inc.tpl index 638310a..4678a08 100644 --- a/templates/unsubscribe_inc.tpl +++ b/templates/unsubscribe_inc.tpl @@ -1,2 +1,2 @@ {tr}You have received this message because you are registered at{/tr} <a href="{$smarty.const.BIT_BASE_URI}">{$gBitSystem->getConfig('site_title', $smarty.server.HTTP_HOST)}</a>.<br /> -{tr}You can always cancel your subscription using:{/tr} <a href="{$smarty.const.NEWSLETTERS_PKG_URI}sub.php?c={$url_code}">{$smarty.const.NEWSLETTERS_PKG_URI}sub.php?c={$url_code}</a> +{tr}You can always <strong>cancel your subscription</strong> using:{/tr} <a href="{$smarty.const.NEWSLETTERS_PKG_URI}sub.php?c={$url_code}">{$smarty.const.NEWSLETTERS_PKG_URI}sub.php?c={$url_code}</a> |
