Ignore:
Timestamp:
11/07/07 18:09:49 (5 years ago)
Author:
root
Message:

Added characterset and system locale information to the locales table
removed hardcoded dateformat and datesequence (locale info needs to be used)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/templates/templates/_header.tpl

    r964 r1082  
    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.