Changeset 340


Ignore:
Timestamp:
10/06/10 00:50:36 (14 years ago)
Author:
nanardon
Message:
  • add de to language list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/includes/locale_select.tt

    r321 r340  
    11<!-- $Id$ --> 
     2[% langs = [ 'fr', 'de' ] %] 
    23<select name="locale"> 
    34    <option>C</option> 
    4 [% FOREACH lang = [ 'fr' ] %] 
     5[% FOREACH lang = langs.sort %] 
    56    <option[% " selected" IF locale == lang %]>[% lang | html %]</option> 
    67[% END %] 
Note: See TracChangeset for help on using the changeset viewer.