Update of /cvsroot/phpwebsite-comm/modules/article/conf
In directory vz-cvs-2.sog:/tmp/cvs-serv4054/conf
Added Files:
rss.php
Log Message:
Added RSS module registration file
--- NEW FILE: rss.php ---
<?php
/**
* This is the Articlemaster mod_info file for Boost
* not used : link, pub_date, text_input
*
* @version $Id: rss.php,v 1.1 2011/06/28 16:01:10 adarkling Exp $
*
* @author Eloi George <el...@NO...>
* @module Article Manager
*/
$channel['title'] = 'Article Manager';
$channel['description'] = 'News and Information from this site';
?>
|