aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-26 23:54:04 -0800
committerfriendica <info@friendica.com>2012-02-26 23:54:04 -0800
commit153e7beb195afa19843f1c114b569c08ad4307a4 (patch)
treebf0a15db061b6cc7977ae95824452f8d5a25c346 /view
parent6e76d9d3a3bf27deefb1a2c50e721d3c866df5cb (diff)
downloadvolse-hubzilla-153e7beb195afa19843f1c114b569c08ad4307a4.tar.gz
volse-hubzilla-153e7beb195afa19843f1c114b569c08ad4307a4.tar.bz2
volse-hubzilla-153e7beb195afa19843f1c114b569c08ad4307a4.zip
add plugin hooks to enotify
Diffstat (limited to 'view')
-rwxr-xr-xview/email_notify_html.tpl2
-rwxr-xr-xview/email_notify_text.tpl2
-rwxr-xr-xview/head.tpl2
3 files changed, 3 insertions, 3 deletions
diff --git a/view/email_notify_html.tpl b/view/email_notify_html.tpl
index b302c2149..43f72f15c 100755
--- a/view/email_notify_html.tpl
+++ b/view/email_notify_html.tpl
@@ -18,7 +18,7 @@
<tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr>
<tr><td style="padding-right:22px;">$htmlversion</td></tr>
<tr><td style="padding-top:11px;" colspan="2">$hsitelink</td></tr>
- <tr><td style="padding-bottom:11px;" colspan="2">$itemlink</td></tr>
+ <tr><td style="padding-bottom:11px;" colspan="2">$hitemlink</td></tr>
<tr><td></td><td>$thanks</td></tr>
<tr><td></td><td>$site_admin</td></tr>
</tbody>
diff --git a/view/email_notify_text.tpl b/view/email_notify_text.tpl
index f7f5a4c68..018bb6078 100755
--- a/view/email_notify_text.tpl
+++ b/view/email_notify_text.tpl
@@ -6,7 +6,7 @@ $title
$textversion
$tsitelink
-$itemlink
+$titemlink
$thanks
$site_admin
diff --git a/view/head.tpl b/view/head.tpl
index da6ec1159..f606f2f7e 100755
--- a/view/head.tpl
+++ b/view/head.tpl
@@ -14,7 +14,7 @@
title="Search in Friendica" />
<!--[if IE]>
-<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+<script type="text/javascript" src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="$baseurl/js/jquery.js" ></script>
<script type="text/javascript" src="$baseurl/js/jquery.textinputs.js" ></script>