root/tags/rel0_58/templates/common_locales.tt

Revision 844, 306 bytes (checked in by nick, 2 years ago)

Support the optional common categories and locales. Closes #134

Line 
1<div id="common_locales">
2        <h3 id="common_locales_title">Locales</h3>
3        <ul id="common_locales_list">
4        [% FOREACH loc = [ 'North', 'South', 'East', 'West', 'Central' ] %]
5                <li class="common_locale"><a class="common_locale_link" href="[% catloc_link %][% loc %]">[% loc %]</a></li>
6        [% END %]
7        </ul>
8</div>
Note: See TracBrowser for help on using the browser.