Changeset 988 for trunk/templates
- Timestamp:
- 03/24/07 21:46:13 (20 months ago)
- Location:
- trunk/templates
- Files:
-
- 2 added
- 2 removed
- 2 modified
-
common_categories.tt (deleted)
-
common_locales.tt (deleted)
-
navbar.tt (modified) (1 diff)
-
navbar_categories.tt (added)
-
navbar_locales.tt (added)
-
node.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/navbar.tt
r972 r988 7 7 [% INCLUDE navbar_search.tt %] 8 8 [% INCLUDE navbar_this_page.tt %] 9 <div id="navbar_common_navigation"> 10 [% INCLUDE navbar_categories.tt %] 11 [% INCLUDE navbar_locales.tt %] 12 </div> 9 13 [% INCLUDE navbar_revision_info.tt %] 10 14 -
trunk/templates/node.tt
r972 r988 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 163 152 [% INCLUDE footer.tt %]
