<?php
// $Id: xoopsmodule.php,v 1.2 2005/03/18 12:51:55 onokazu Exp $
if (!defined('XOOPS_ROOT_PATH')) {
	exit();
}
/**
 * this file is for backward compatibility only 
 *
 **/
/**
 * load the new module class 
 **/
require_once XOOPS_ROOT_PATH.'/kernel/module.php';
?>