Changeset 1081 in ExiteCMS for trunk/feeds.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/feeds.php

    r1071 r1081  
    8787 
    8888// start building the XML file 
    89 header("Content-type: text/xml; charset=".$locale['charset']); 
    90 echo "<?xml version=\"1.0\" encoding=\"".$locale['charset']."\"?>\n"; 
     89header("Content-type: text/xml; charset=".$settings['charset']); 
     90echo "<?xml version=\"1.0\" encoding=\"".$settings['charset']."\"?>\n"; 
    9191echo "<rss version=\"2.0\">\n"; 
    9292 
Note: See TracChangeset for help on using the changeset viewer.