diff options
author | Friendika <info@friendika.com> | 2011-02-16 17:49:52 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-16 17:49:52 -0800 |
commit | 67bb737aa1368e4b16de0ac42134db47874cc18c (patch) | |
tree | 7be116ef03f5391ad4629d80f5e4c9631dfd3859 /mod | |
parent | 527e050ecc1037973595fd5de12682cfa9e19d64 (diff) | |
download | volse-hubzilla-67bb737aa1368e4b16de0ac42134db47874cc18c.tar.gz volse-hubzilla-67bb737aa1368e4b16de0ac42134db47874cc18c.tar.bz2 volse-hubzilla-67bb737aa1368e4b16de0ac42134db47874cc18c.zip |
broken image + linkify site link in body
Diffstat (limited to 'mod')
-rw-r--r-- | mod/dfrn_notify.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 040263b0c..b8d86ad24 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -244,6 +244,7 @@ function dfrn_notify_post(&$a) { // import the data into the template $email_tpl = replace_macros($tpl, array( + '$siteurl' => $a->get_baseurl(), // descriptive url of this site '$email' => $importer['email'], // email address to send to '$from' => $msg['from-name'], // name of the person sending the message '$title' => stripslashes($msg['title']), // subject of the message |