Changeset 1081 in ExiteCMS for trunk/includes/templates/main.setup.tpl


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

    r960 r1081  
    1919<head> 
    2020<title>{$locale.title}</title> 
    21 <meta http-equiv='Content-Type' content='text/html; charset={$locale.charset}'> 
     21<meta http-equiv='Content-Type' content='text/html; charset={$settings.charset}'> 
    2222{literal}<style type="text/css"> 
    2323<!-- 
Note: See TracChangeset for help on using the changeset viewer.