<?php
/**************************************************
Module information, installation functions (if any),
and POST handling logic (if any)
***************************************************/
//Must be included at the top of all def files.
if(!defined('EXPANSE')){
die('Sorry, but this file cannot be directly viewed.');
}
class Blog extends Module {
var $name = L_BLOG_NAME;
var $description = L_BLOG_DESCRIPTION;
//Inherit the rest of the category meta-data and add/edit/delete methods
}
?>