Add Logo in footer
git-svn-id: http://piwigo.org/svn/trunk@5202 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
a02bf8952b
commit
0aff680f61
3 changed files with 5 additions and 2 deletions
|
|
@ -576,6 +576,9 @@ html, body {height:100%; margin:0; padding:0;}
|
|||
#piwigoInfos {float:left; margin-left:10px;}
|
||||
#pageInfos {float:right; margin-right:10px;}
|
||||
|
||||
.PiwigoLogo { vertical-align: middle; }
|
||||
#footer A.PiwigoLogo:hover { border-bottom:0px solid #fff; }
|
||||
|
||||
/* TipTip CSS - Version 1.2 */
|
||||
|
||||
#tiptip_holder {
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
*}
|
||||
|
||||
{'Powered by'|@translate}
|
||||
<a href="{$PHPWG_URL}" title="Visit Piwigo project website">
|
||||
<span class="Piwigo">Piwigo</span></a>
|
||||
<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>
|
||||
{$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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue