Changeset 3245 for trunk/template


Ignore:
Timestamp:
Apr 22, 2009, 9:32:00 PM (15 years ago)
Author:
rub
Message:

Resolved issue 0000976: Add link of website on mail footer...

Location:
trunk/template/yoga/mail/text
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/mail/text/html/footer.tpl

    r3185 r3245  
    33<div id="copyright">
    44<hr>
     5  {'Sent by'|@translate}
     6  <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a>
     7
    58 {* Please, do not remove this copyright. If you really want to,
    69      contact us on http://piwigo.org to find a solution on how
    710      to show the origin of the script...*}
    8 
    9   {'powered_by'|@translate}
     11  - {'powered_by'|@translate}
    1012  <a href="http://piwigo.org" class="Piwigo">
    1113  <span class="Piwigo">Piwigo</span></a>
    1214  {$VERSION}
     15
    1316  - {'send_mail'|@translate}
    1417  <a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a>
  • trunk/template/yoga/mail/text/plain/footer.tpl

    r2342 r3245  
    11{* $Id$ *}
    22
    3 ------------------------
    4 Piwigo {$VERSION}
     3------------------------------------------------------------------------------
     4{'Sent by'|@translate} {$GALLERY_URL} - {'powered_by'|@translate} Piwigo {$VERSION} - {'send_mail'|@translate} {$MAIL}
Note: See TracChangeset for help on using the changeset viewer.