home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / class / xoopsmodule.php < prev    next >
Encoding:
PHP Script  |  2005-11-03  |  274 b   |  14 lines

  1. <?php
  2. // $Id: xoopsmodule.php 2 2005-11-02 18:23:29Z skalpa $
  3. if (!defined('XOOPS_ROOT_PATH')) {
  4.     exit();
  5. }
  6. /**
  7.  * this file is for backward compatibility only 
  8.  *
  9.  **/
  10. /**
  11.  * load the new module class 
  12.  **/
  13. require_once XOOPS_ROOT_PATH.'/kernel/module.php';
  14. ?>