diff options
| author | Christian Fowler <spider@viovio.com> | 2005-09-02 19:06:12 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-09-02 19:06:12 +0000 |
| commit | 46c07f924c1d10bf211d545920826e543826661e (patch) | |
| tree | 6434552c5bd718dd09fc2713b54e4346aaebf71e | |
| parent | 7fb3961acc242846627c873c69ff3ab8459b5b53 (diff) | |
| download | messages-46c07f924c1d10bf211d545920826e543826661e.tar.gz messages-46c07f924c1d10bf211d545920826e543826661e.tar.bz2 messages-46c07f924c1d10bf211d545920826e543826661e.zip | |
fix message box linkR104
| -rw-r--r-- | templates/messu_message_notification.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/messu_message_notification.tpl b/templates/messu_message_notification.tpl index ef74ff8..34b805d 100644 --- a/templates/messu_message_notification.tpl +++ b/templates/messu_message_notification.tpl @@ -1,5 +1,5 @@ {tr}Hi, -A new message was posted to you. To respond, please visit http://{$smarty.const.BIT_ROOT_URL}{$smarty.const.MESSU_PKG_URL}message_box.php +A new message was posted to you. To respond, please visit http://{$smarty.server.HTTP_HOST}{$smarty.const.MESSU_PKG_URL}message_box.php From: {$mail_from} Subject: {$mail_subject} |
