source: extensions/Subscribe_to_comments/template/text/html/notification.tpl @ 26139

Last change on this file since 26139 was 26139, checked in by mistic100, 10 years ago

update for 2.6

File size: 417 bytes
Line 
1<p>
2  <a href="{$ELEMENT.url}">{$ELEMENT.name}<br>
3  <img src="{$ELEMENT.thumbnail}" alt="{$ELEMENT.name}" class="photo"></a>
4</p>
5
6<p>
7  {'<b>%s</b> wrote on <i>%s</i>'|translate:$COMMENT.author:$COMMENT.date} :
8  <blockquote>{$COMMENT.content}</blockquote>
9</p>
10
11<p>
12  <a href="{$UNSUB_URL}">{'Stop receiving notifications'|translate}</a><br>
13  <a href="{$MANAGE_URL}">{'Manage my subscriptions'|translate}</a>
14</p>
Note: See TracBrowser for help on using the repository browser.