aboutsummaryrefslogtreecommitdiffstats
path: root/view/birthdays_reminder.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-26 20:02:42 -0700
committerfriendica <info@friendica.com>2012-04-26 20:02:42 -0700
commitdee36c1b04da7bff2f4f9105680aaa0c89002241 (patch)
tree4274948fee0acbd3e585af76981ca2aac664e2f8 /view/birthdays_reminder.tpl
parentdd33599a1d59445c185cbca58cd1fed9636b3cce (diff)
downloadvolse-hubzilla-dee36c1b04da7bff2f4f9105680aaa0c89002241.tar.gz
volse-hubzilla-dee36c1b04da7bff2f4f9105680aaa0c89002241.tar.bz2
volse-hubzilla-dee36c1b04da7bff2f4f9105680aaa0c89002241.zip
birthday contact link goes to event page instead of remote profile
Diffstat (limited to 'view/birthdays_reminder.tpl')
-rw-r--r--view/birthdays_reminder.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/birthdays_reminder.tpl b/view/birthdays_reminder.tpl
index c0422c1d7..44ad5f03f 100644
--- a/view/birthdays_reminder.tpl
+++ b/view/birthdays_reminder.tpl
@@ -3,7 +3,7 @@
<div id="birthday-wrapper" style="display: none;" ><div id="birthday-title">$event_title</div>
<div id="birthday-title-end"></div>
{{ for $events as $event }}
-<div class="birthday-list" id="birthday-$event.id"></a> <a href="events/$event.link">$event.title</a> $event.date </div>
+<div class="birthday-list" id="birthday-$event.id"></a> <a href="$event.link">$event.title</a> $event.date </div>
{{ endfor }}
</div></div>
{{ endif }}