Ignore:
Timestamp:
Apr 3, 2013, 10:39:37 PM (11 years ago)
Author:
flop25
Message:

gally * themes of grum checked for 2.5 compatibility
-navig bar
-lang switch menu display

Location:
extensions/gally/gally-default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/css/theme.css

    r16016 r21997  
    4545}
    4646
     47.pwg-button-text {
     48  display: none;
     49}
     50.pwg-icon {
     51        display: inline-block; /*IE6 does not get this correctly*/
     52        text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;
     53        width: 26px; height: 26px;
     54        vertical-align: bottom;
     55}
     56.pwg-button-text { display:none; }
     57
     58
     59.pwg-button {
     60        display: inline-block;
     61        vertical-align: top;
     62  cursor:pointer;
     63}
     64
  • extensions/gally/gally-default/template/index.tpl

    r16016 r21997  
    173173        </div>
    174174
    175         {if !empty($CATEGORIES)}<div id="categories">{$CATEGORIES}</div>{/if}
     175        {if !empty($CATEGORIES)}<div id="categories">{$CATEGORIES}
     176        {if !empty($cats_navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar' navbar=$cats_navbar}{/if}</div>{/if}
    176177        {if !empty($THUMBNAILS)}<div id="thumbnails">{$THUMBNAILS}</div>{/if}
    177178
     
    188189  {/if}
    189190
    190   {if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
     191  {if !empty($thumb_navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar' navbar=$thumb_navbar}{/if}
    191192
    192193</div>{* subContent *}
  • extensions/gally/gally-default/themeconf.inc.php

    r16509 r21997  
    22/*
    33Theme Name: Gally
    4 Version: 1.5.0
     4Version: auto
    55Description: Parent theme for all the Gally themes
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=382
Note: See TracChangeset for help on using the changeset viewer.