Changeset 5202


Ignore:
Timestamp:
Mar 20, 2010, 2:57:10 PM (14 years ago)
Author:
vdigital
Message:

Add Logo in footer

Location:
trunk/admin
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/default-layout.css

    r5186 r5202  
    577577#pageInfos {float:right; margin-right:10px;}
    578578
     579.PiwigoLogo { vertical-align: middle; }
     580#footer A.PiwigoLogo:hover { border-bottom:0px solid #fff; }
     581
    579582/* TipTip CSS - Version 1.2 */
    580583
  • trunk/admin/themes/default/template/footer.tpl

    r5178 r5202  
    2323
    2424  {'Powered by'|@translate}
    25   <a href="{$PHPWG_URL}" title="Visit Piwigo project website">
    26   <span class="Piwigo">Piwigo</span></a>
     25  <a class="PiwigoLogo" href="{$PHPWG_URL}" title="Visit Piwigo project website">
     26  <img class="PiwigoLogo" alt="Piwigo" src="{$ROOT_URL}admin/images/piwigo-logo-simply-45.png"></a>
    2727  {$VERSION}
    2828  | <a class="external" href="{$pwgmenu.WIKI}" title="Read Piwigo Documentation" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a>
Note: See TracChangeset for help on using the changeset viewer.