Changeset 972 for trunk/templates

Show
Ignore:
Timestamp:
03/24/07 16:56:12 (20 months ago)
Author:
dom
Message:

Revert common category/locale stuff for the time being pending
discussion (see #195)

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

Legend:

Unmodified
Added
Removed
  • trunk/templates/navbar.tt

    r951 r972  
    77  [% INCLUDE navbar_search.tt %] 
    88  [% INCLUDE navbar_this_page.tt %] 
    9   [% INCLUDE navbar_categories.tt %] 
    10   [% INCLUDE navbar_locales.tt %] 
    119  [% INCLUDE navbar_revision_info.tt %] 
    1210 
  • trunk/templates/node.tt

    r962 r972  
    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 
    152163[% INCLUDE footer.tt %]