root/tags/rel0_57/templates/common_locales.tt
| Revision 844, 306 bytes (checked in by nick, 2 years ago) |
|---|
| 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.
