diff options
author | friendica <info@friendica.com> | 2012-04-26 20:02:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-26 20:02:42 -0700 |
commit | dee36c1b04da7bff2f4f9105680aaa0c89002241 (patch) | |
tree | 4274948fee0acbd3e585af76981ca2aac664e2f8 | |
parent | dd33599a1d59445c185cbca58cd1fed9636b3cce (diff) | |
download | volse-hubzilla-dee36c1b04da7bff2f4f9105680aaa0c89002241.tar.gz volse-hubzilla-dee36c1b04da7bff2f4f9105680aaa0c89002241.tar.bz2 volse-hubzilla-dee36c1b04da7bff2f4f9105680aaa0c89002241.zip |
birthday contact link goes to event page instead of remote profile
-rw-r--r-- | view/birthdays_reminder.tpl | 2 |
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 }} |