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/themes/ExiteCMS/templates/templates/_header.tpl

    r961 r1081  
    2222<head> 
    2323    <title>{$settings.sitename}</title> 
    24     <meta http-equiv='Content-Type' content='text/html; charset={$locale.charset}' /> 
     24    <meta http-equiv='Content-Type' content='text/html; charset={$settings.charset}' /> 
    2525    <meta name='description' content='{$settings.description}' /> 
    2626    <meta name='keywords' content='{$settings.keywords}' /> 
     
    3939            editor_deselector:'textbox', 
    4040            theme:'advanced', 
    41             language:'en', 
     41            language:'{/literal}{$settings.locale_code}{literal}', 
    4242            entities:'60,lt,62,gt', 
    4343            document_base_url:'{/literal}{$settings.siteurl}{literal}', 
     
    6767            mode:'textareas', 
    6868            theme:'simple', 
    69             language:'en', 
     69            language:'{/literal}{$settings.locale_code}{literal}', 
    7070            convert_newlines_to_brs:'true', 
    7171            force_br_newlines:'true', 
Note: See TracChangeset for help on using the changeset viewer.