<?php
/**
* [PHPFOX_HEADER]
*/
defined('PHPFOX') or exit('NO DICE!');
/**
*
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Module_Tag
* @version $Id: phpfox.class.php 1179 2009-10-12 13:56:40Z Raymond_Benc $
*/
class Module_Tag
{
public static $aTables = array(
'tag'
);
}
?>