diff options
author | plegall <plg@piwigo.org> | 2010-03-22 09:03:00 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-22 09:03:00 +0000 |
commit | 74e07f090b0908f4e82dafe309e2ccc72c160e16 (patch) | |
tree | 9a56da3bb04dc136e87b534b7f36d19f678274c9 /admin/themes/default/template/footer.tpl | |
parent | d3104275c0c496a0978a56c58c8b9440ce4e26cf (diff) |
move the logo outside the text, to make the text easier to read.
The footer logo was going outside the footer (the footer is 46px in height,
the logo is 45px, it has to be sticked to bottom)
git-svn-id: http://piwigo.org/svn/trunk@5246 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/footer.tpl')
-rw-r--r-- | admin/themes/default/template/footer.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/footer.tpl b/admin/themes/default/template/footer.tpl index 42208fe5a..3b6b8af43 100644 --- a/admin/themes/default/template/footer.tpl +++ b/admin/themes/default/template/footer.tpl @@ -22,8 +22,8 @@ *} {'Powered by'|@translate} - <a class="PiwigoLogo" href="{$PHPWG_URL}" title="Visit Piwigo project website"> - <img class="PiwigoLogo" alt="Piwigo" src="{$ROOT_URL}admin/images/piwigo-logo-simply-45.png"></a> + <a href="{$PHPWG_URL}" title="Visit Piwigo project website"> + <span class="Piwigo">Piwigo</span></a> {$VERSION} | <a class="external" href="{$pwgmenu.WIKI}" title="Read Piwigo Documentation" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a> | <a class="external" href="{$pwgmenu.FORUM}" title="Get Support on Piwigo Forum" onclick="window.open(this.href, ''); return false;">{'Support'|@translate}</a> |