Changeset 951 for trunk/templates
- Timestamp:
- 03/19/07 20:34:51 (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
r942 r951 7 7 [% INCLUDE navbar_search.tt %] 8 8 [% INCLUDE navbar_this_page.tt %] 9 [% INCLUDE navbar_categories.tt %] 10 [% INCLUDE navbar_locales.tt %] 9 11 [% INCLUDE navbar_revision_info.tt %] 10 12 -
trunk/templates/node.tt
r867 r951 144 144 </div> 145 145 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 157 146 [% INCLUDE footer.tt %]
