XOOPS  2.6.0
cp_functions.php
Go to the documentation of this file.
1 <?php
19 define('XOOPS_CPFUNC_LOADED', 1);
20 
26 function xoops_cp_header()
27 {
29  $xoops->deprecated('xoops_cp_header() is deprecated. See how to replace it in file ' . __FILE__ . ' line ' . __LINE__);
30  $xoops->header($xoops->getOption('template_main'));
31 }
32 
38 function xoops_cp_footer()
39 {
41  $xoops->deprecated('xoops_cp_footer() is deprecated. See how to replace it in file ' . __FILE__ . ' line ' . __LINE__);
42  $xoops->footer();
43 }
static getInstance()
Definition: Xoops.php:160
xoops_cp_header()
$xoops
Definition: admin.php:25
xoops_cp_footer()