|
Revision 988, 385 bytes
(checked in by nick, 22 months ago)
|
|
Put Kake's navbar changes back, but in a way that still allows you to shift the common locales and categories off somewhere else together
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <div id="navbar"> |
|---|
| 2 | |
|---|
| 3 | [% INCLUDE navbar_home_link.tt %] |
|---|
| 4 | [% INCLUDE navbar_tools.tt %] |
|---|
| 5 | [% INCLUDE navbar_help.tt %] |
|---|
| 6 | [% INCLUDE navbar_options.tt %] |
|---|
| 7 | [% INCLUDE navbar_search.tt %] |
|---|
| 8 | [% INCLUDE navbar_this_page.tt %] |
|---|
| 9 | <div id="navbar_common_navigation"> |
|---|
| 10 | [% INCLUDE navbar_categories.tt %] |
|---|
| 11 | [% INCLUDE navbar_locales.tt %] |
|---|
| 12 | </div> |
|---|
| 13 | [% INCLUDE navbar_revision_info.tt %] |
|---|
| 14 | |
|---|
| 15 | </div> |
|---|