diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/footer.tpl | 6 | ||||
-rw-r--r-- | template/yoga/mail/footer.tpl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl index 6f4ef5fe4..c2c51848d 100644 --- a/template/yoga/footer.tpl +++ b/template/yoga/footer.tpl @@ -5,10 +5,10 @@ <!-- END debug --> <!-- Please, do not remove this copyright. If you really want to, - contact us on http://phpwebgallery.net to find a solution on how - to show the origin of the script...--> + contact us on http://phpwebgallery.net to find a solution on how + to show the origin of the script...--> - <a href="http://www.phpwebgallery.net" class="back" title="{lang:powered_by}"> + <a href="{PHPWG_URL}" class="back" title="{lang:powered_by}" onclick="window.open(this.href, ''); return false;"> <img src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}"> </a> {VERSION} diff --git a/template/yoga/mail/footer.tpl b/template/yoga/mail/footer.tpl index 01c9e3c4a..7588b7d81 100644 --- a/template/yoga/mail/footer.tpl +++ b/template/yoga/mail/footer.tpl @@ -1,11 +1,11 @@ <div id="copyright">
<!-- Please, do not remove this copyright. If you really want to,
- contact us on http://phpwebgallery.net to find a solution on how
- to show the origin of the script...-->
+ contact us on http://phpwebgallery.net to find a solution on how
+ to show the origin of the script...-->
<a href="{GALLERY_URL}" class="back">{GALLERY_TITLE}</a> -
- <a href="http://www.phpwebgallery.net" class="back" title="{lang:powered_by}">
+ <a href="{PHPWG_URL}" class="back" title="{lang:powered_by}" onclick="window.open(this.href, ''); return false;">
<img src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}">
</a>
{VERSION}
|