Changeset 951 for trunk/templates

Show
Ignore:
Timestamp:
03/19/07 20:34:51 (20 months ago)
Author:
kake
Message:

Move common categories/locales into navbar.

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

Legend:

Unmodified
Added
Removed
  • trunk/templates/navbar.tt

    r942 r951  
    77  [% INCLUDE navbar_search.tt %] 
    88  [% INCLUDE navbar_this_page.tt %] 
     9  [% INCLUDE navbar_categories.tt %] 
     10  [% INCLUDE navbar_locales.tt %] 
    911  [% INCLUDE navbar_revision_info.tt %] 
    1012 
  • trunk/templates/node.tt

    r867 r951  
    144144</div> 
    145145 
    146 [% IF common_catloc %] 
    147 <div id="common_navigation"> 
    148   [% IF common_categories %] 
    149     [% INCLUDE common_categories.tt %] 
    150   [% END %] 
    151   [% IF common_locales %] 
    152     [% INCLUDE common_locales.tt %] 
    153   [% END %] 
    154 </div> 
    155 [% END %] 
    156  
    157146[% INCLUDE footer.tt %]