|
Revision 988, 405 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
|
| Line | |
|---|
| 1 | [% IF common_categories %] |
|---|
| 2 | <div id="navbar_categories"> |
|---|
| 3 | <div class="navbar_group_title">Categories:</div> |
|---|
| 4 | <ul class="navbar_group"> |
|---|
| 5 | [% FOREACH cat = [ 'Cafes', 'Coffee Shops', 'Pubs', 'Restaurants', |
|---|
| 6 | 'Supermarkets', 'Cinemas', 'Theatres' ] %] |
|---|
| 7 | <li><a href="[% catloc_link %]Category_[% cat %]">[% cat %]</a></li> |
|---|
| 8 | [% END %] |
|---|
| 9 | </ul> |
|---|
| 10 | </div> |
|---|
| 11 | [% END %] |
|---|