Ignore:
Timestamp:
11/07/07 16:57:20 (5 years ago)
Author:
root
Message:

removed empty locale index files
moved some locale settings (charset, country, dateinfo) from $locale to $settings
updated the modules and templates that used these variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.edit_profile.tpl

    r1060 r1081  
    114114        <tr> 
    115115        <td class='tbl'> 
    116             {$locale.u010} 
     116            {$locale.u010} ( {$settings.dateformat} ) 
    117117        </td> 
    118118            <td class='tbl'> 
    119                 {foreach from=$locale.datesequence item=field} 
     119                {foreach from=$settings.datesequence item=field} 
    120120                {if $field == "D"} 
    121121                <select name='user_day' class='textbox'> 
Note: See TracChangeset for help on using the changeset viewer.