root/tags/rel0_61/templates/navbar_categories.tt

Revision 1086, 450 bytes (checked in by ilmari, 19 months ago)

r22807@vesla: ilmari | 2007-06-17 02:04:48 +0100
Move the common categories/locales navbar display decision into the templates (fixes #214)

Line 
1[% IF config.enable_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="[% config.script_url _ config.script_name %]?id=Category_[% cat %]">[% cat %]</a></li>
8      [% END %]
9    </ul>
10  </div>
11[% END %]
Note: See TracBrowser for help on using the browser.