XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
header.php
Go to the documentation of this file.
1 <?php
20 require_once "../../../include/cp_header.php";
21 
22 if (!isset($GLOBALS['xoopsTpl']) || !is_object($GLOBALS['xoopsTpl'])) {
23  include_once XOOPS_ROOT_PATH . '/class/template.php';
24  $GLOBALS['xoopsTpl'] = new XoopsTpl();
25 }
26 ?>