mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-04 16:02:50 +02:00
Add Logo in footer
git-svn-id: http://piwigo.org/svn/trunk@5202 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user