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

Last change on this file since 15641 was 15641, checked in by mistic100, 12 years ago

HUGE update, main features : global subscriptions (all images in an album, all images, all albums), beautyful (!) mails

File size: 517 bytes
Line 
1<div id="the_header">
2{'New comment on'|@translate} <b>{$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 subscribtions'|@translate}</a>
20</p>
21
22</div>
Note: See TracBrowser for help on using the repository browser.