Changeset 988 for trunk/templates

Show
Ignore:
Timestamp:
03/24/07 21:46:13 (20 months ago)
Author:
nick
Message:

Put Kake's navbar changes back, but in a way that still allows you to shift the common locales and categories off somewhere else together

Location:
trunk/templates
Files:
2 added
2 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/navbar.tt

    r972 r988  
    77  [% INCLUDE navbar_search.tt %] 
    88  [% INCLUDE navbar_this_page.tt %] 
     9 <div id="navbar_common_navigation"> 
     10  [% INCLUDE navbar_categories.tt %] 
     11  [% INCLUDE navbar_locales.tt %] 
     12 </div> 
    913  [% INCLUDE navbar_revision_info.tt %] 
    1014 
  • trunk/templates/node.tt

    r972 r988  
    150150[% END %] 
    151151 
    152 [% IF common_catloc %] 
    153 <div id="common_navigation"> 
    154   [% IF common_categories %] 
    155     [% INCLUDE common_categories.tt %] 
    156   [% END %] 
    157   [% IF common_locales %] 
    158     [% INCLUDE common_locales.tt %] 
    159   [% END %] 
    160 </div> 
    161 [% END %] 
    162  
    163152[% INCLUDE footer.tt %]