Changeset 972 for trunk/templates
- Timestamp:
- 03/24/07 16:56:12 (20 months ago)
- Location:
- trunk/templates
- Files:
-
- 2 added
- 2 removed
- 2 modified
-
common_categories.tt (added)
-
common_locales.tt (added)
-
navbar.tt (modified) (1 diff)
-
navbar_categories.tt (deleted)
-
navbar_locales.tt (deleted)
-
node.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/navbar.tt
r951 r972 7 7 [% INCLUDE navbar_search.tt %] 8 8 [% INCLUDE navbar_this_page.tt %] 9 [% INCLUDE navbar_categories.tt %]10 [% INCLUDE navbar_locales.tt %]11 9 [% INCLUDE navbar_revision_info.tt %] 12 10 -
trunk/templates/node.tt
r962 r972 150 150 [% END %] 151 151 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 152 163 [% INCLUDE footer.tt %]
