source: extensions/Subscribe_to_comments/template/mail/notification.tpl @ 25186

Last change on this file since 25186 was 21340, checked in by mistic100, 11 years ago

too many changes

File size: 523 bytes
Line 
1<div id="the_header">
2{'New comment on %s'|@translate|sprintf:$STC.GALLERY_TITLE}</b>
3</div>
4
5<div id="the_content">
6
7<p id="the_image">
8  <a href="{$STC.element.url}">{$STC.element.name}<br>
9  <img src="{$STC.element.thumbnail}" alt="{$STC.element.name}"></a>
10</p>
11
12<p>
13  {$STC.comment.caption}:
14  <blockquote>{$STC.comment.content}</blockquote>
15</p>
16
17<p>
18  <a href="{$STC.UNSUB_URL}">{'Stop receiving notifications'|@translate}</a><br>
19  <a href="{$STC.MANAGE_URL}">{'Manage my subscriptions'|@translate}</a>
20</p>
21
22</div>
Note: See TracBrowser for help on using the repository browser.