Apply Nicco's style footer to HTML mail.

Add 2 news functions to indicate to build URL with full path

git-svn-id: http://piwigo.org/svn/trunk@1676 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub 2006-12-19 22:05:01 +00:00
commit a7ce261531
4 changed files with 82 additions and 24 deletions

View file

@ -5,10 +5,12 @@
to show the origin of the script...-->
<a href="{GALLERY_URL}" class="back">{GALLERY_TITLE}</a> -
{lang:powered_by} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a>
<a href="http://www.phpwebgallery.net" class="back" title="{lang:powered_by}">
<img src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}">
</a>
{VERSION}
- {lang:send_mail}
<a href="mailto:{MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a>
<a href="mailto:{MAIL}?subject={TITLE_MAIL}">{lang:Webmaster}</a>
</div> <!-- copyright -->
</div> <!-- the_page -->