mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
Fix for siteurl on email template. Prevent pausing on emails when bulkmail is inactive. Fix for missing mail-identifier in signup email.
This commit is contained in:
@@ -125,7 +125,7 @@ $EMAIL_TEMPLATE['default']['body'] = "{BODY}<br />{MEDIA1}{MEDIA2}{MEDIA3}{MED
|
||||
$EMAIL_TEMPLATE['default']['footer'] = "<br /><br /><table cellspacing='4'>
|
||||
<tr><td>{SITEBUTTON: type=email&h=60}</td>
|
||||
<td><h4 class='sitename'>{SITENAME=link}</h4>
|
||||
<a class='siteurl' href='{SITEURL}'>{SITEURL}</a></td></tr>
|
||||
{SITEURL}</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
@@ -170,7 +170,7 @@ $EMAIL_TEMPLATE['signup']['body'] = "
|
||||
<br /><table cellspacing='4'>
|
||||
<tr><td>{SITEBUTTON: type=email&h=60}</td>
|
||||
<td><h4 class='sitename'>{SITENAME=link}</h4>
|
||||
<a class='siteurl' href='{SITEURL}'>{SITEURL}</a></td></tr>
|
||||
{SITEURL}</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user