Changeset 834 in ExiteCMS for trunk/feeds.php


Ignore:
Timestamp:
09/22/07 00:08:35 (5 years ago)
Author:
hverton
Message:

changed copyright notice
changed Smarty directory pli-plugins to custom-plugins
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
  • trunk/feeds.php

    r813 r834  
    11<?php 
    22/*---------------------------------------------------+ 
    3 | PLi-Fusion Content Management System               | 
     3| ExiteCMS Content Management System                 | 
    44+----------------------------------------------------+ 
    5 | Copyright 2007 WanWizard (wanwizard@gmail.com)     | 
    6 | http://www.pli-images.org/pli-fusion               | 
     5| Copyright 2007 Harro "WanWizard" Verton, Exite BV  | 
     6| for support, please visit http://exitecms.exite.eu | 
     7+----------------------------------------------------+ 
     8| Released under the terms & conditions of v2 of the | 
     9| GNU General Public License. For details refer to   | 
     10| the included gpl.txt file or visit http://gnu.org  | 
    711+----------------------------------------------------*/ 
    812require_once dirname(__FILE__)."/includes/core_functions.php"; 
     
    5054//      $channel['pubDate'] = ""; 
    5155//      $channel['lastBuildDate'] = ""; 
    52         $channel['generator'] = "PLi-Fusion RSS Feed Generator v1.0"; 
     56        $channel['generator'] = "ExiteCMS RSS Feed Generator v1.0"; 
    5357        $channel['webMaster'] = $settings['siteemail']; 
    5458        $channels[] = $channel; 
Note: See TracChangeset for help on using the changeset viewer.