Ignore:
Timestamp:
09/23/07 23:49:33 (5 years ago)
Author:
hverton
Message:

changed copyright notice
added Smarty buttonlink function, to replace image buttons by real buttons using a locale for the button text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/gallery/php-files/modules/gallery/rss.php

    r833 r836  
    270270 
    271271$xml_header = 'xml version="1.0"'; 
    272 if ($gallery->locale == 0) { 
    273     $gallery->locale = 'ISO-8859-1'; 
    274 } 
    275  
    276 echo '<' . '?xml version="1.0" encoding="' . $gallery->locale . '"?' . '>'; 
     272 
     273echo '<' . '?xml version="1.0" encoding="' . $GLOBALS['locale']['charset'] . '"?' . '>'; 
    277274 
    278275?> 
Note: See TracChangeset for help on using the changeset viewer.