<?php
/**
* @license PHP
* @author Jackson Miller <hide@address.com>
* @version $Id: Feeds.php,v 1.1 2004/08/06 19:00:34 jaxn Exp $
* @package cataBlog
*/
require_once('CEP/Module/cataBlog.php');
require_once('CEP/Library/cataBlog.php');
class CEP_Module_cataBlog_Feeds extends CEP_Module_cataBlog {
var $state = 'RSS';
function _renderAtom() {
}
function _renderRss() {
}
}
?>