XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
logger_render.php
Go to the documentation of this file.
1 <?php
21 defined('XOOPS_ROOT_PATH') or die('Restricted access');
22 
32 include_once $GLOBALS['xoops']->path('class/logger/render.php');
33 trigger_error("Instance of " . __FILE__ . " file is deprecated, check in class/logger/render.php");
34 
35 ?>