XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
xoopsmodule.php
Go to the documentation of this file.
1 <?php
19 defined('XOOPS_ROOT_PATH') or die('Restricted access');
20 
21 
22 $GLOBALS['xoopsLogger']->addDeprecated("'/class/xoopsmodule.php' is deprecated since XOOPS 2.5.4, please use 'kernel/module.php' instead.");
23 
28 include_once $GLOBALS['xoops']->path('kernel/module.php');
29 ?>