XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
about.php
Go to the documentation of this file.
1 <?php
20 include '../../../include/cp_header.php';
21 include 'admin_header.php';
23 
24 $module_info =& $module_handler->get($xoopsModule->getVar("mid"));
25 
27 
28 echo $aboutAdmin->addNavigation('about.php');
29 echo $aboutAdmin->renderabout('6KJ7RW5DR3VTJ', false);
30 
31 include 'admin_footer.php';