root/tags/rel0_57/templates/common_categories.tt
| Revision 844, 364 bytes (checked in by nick, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | <div id="common_categories"> |
| 2 | <h3 id="common_categories_title">Categories</h3> |
| 3 | <ul id="common_categories_list"> |
| 4 | [% FOREACH cat = [ 'Cafes', 'Coffee Shops', 'Pubs', 'Restaurants', 'Supermarkets', 'Cinemas', 'Theatres' ] %] |
| 5 | <li class="common_category"><a class="common_category_link" href="[% catloc_link %][% cat %]">[% cat %]</a></li> |
| 6 | [% END %] |
| 7 | </ul> |
| 8 | </div> |
Note: See TracBrowser
for help on using the browser.
