Changeset 1081 in ExiteCMS for trunk/setup.php


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/setup.php

    r1071 r1081  
    112112$settings = array("locale" => (isset($_GET['localeset']) ? $_GET['localeset'] : "English")); 
    113113$variables['localeset'] = $settings['locale']; 
     114$variables['charset'] = "iso-8859-1"; 
    114115 
    115116// check if the cache directories are writeable 
Note: See TracChangeset for help on using the changeset viewer.