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.register.tpl

    r954 r1081  
    122122                <td class='tbl'> 
    123123                    {$locale.u010} 
    124                     <span class='small2'>( mm/dd/yyyy )</span> 
    125                 </td> 
    126                 <td class='tbl'> 
    127                     {foreach from=$locale.datesequence item=field} 
     124                    <span class='small2'>( {$settings.dateformat} )</span> 
     125                </td> 
     126                <td class='tbl'>} 
     127                    {foreach from=$settings.datesequence item=field} 
    128128                    {if $field == "D"} 
    129129                    <select name='user_day' class='textbox'> 
Note: See TracChangeset for help on using the changeset viewer.