diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/footer.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl index c2c51848d..48d53450d 100644 --- a/template/yoga/footer.tpl +++ b/template/yoga/footer.tpl @@ -8,8 +8,8 @@ contact us on http://phpwebgallery.net to find a solution on how to show the origin of the script...--> - <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 class="button" href="{PHPWG_URL}" class="back" title="{lang:powered_by}" onclick="window.open(this.href, ''); return false;"> + <img class="button" src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}"> </a> {VERSION} <!-- BEGIN contact --> |