XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
admin.php File Reference

Go to the source code of this file.

Variables

 $config_handler =& xoops_gethandler( 'config' )
 
 $language = $registry->getEntry('language')
 
 $module_handler =& xoops_gethandler( 'module' )
 
 $moduleperm_handler =& xoops_gethandler( 'groupperm' )
 
 $mydirname = $registry->getEntry('mydirname')
 
 $mydirpath = $registry->getEntry('mydirpath')
 
 $mytrustdirname = basename( dirname( __FILE__ ) )
 
 $mytrustdirpath = dirname( __FILE__ )
 
 $registry =& ProtectorRegistry::getInstance()
 
 $xoopsModule =& $module_handler->getByDirname( $mydirname )
 
 $xoopsModuleConfig =& $config_handler->getConfigsByCat( 0 , $xoopsModule->getVar( 'mid' ) )
 
 $xoopsOption ['pagetype'] = 'admin'
 
if(file_exists("$mydirpath/language/$language/admin.php"))
else if(file_exists("$mytrustdirpath/language/$language/admin.php")) 
else
 

Variable Documentation

$config_handler =& xoops_gethandler( 'config' )

Definition at line 18 of file admin.php.

$language = $registry->getEntry('language')

Definition at line 8 of file admin.php.

$module_handler =& xoops_gethandler( 'module' )

Definition at line 16 of file admin.php.

$moduleperm_handler =& xoops_gethandler( 'groupperm' )

Definition at line 22 of file admin.php.

$mydirname = $registry->getEntry('mydirname')

Definition at line 6 of file admin.php.

$mydirpath = $registry->getEntry('mydirpath')

Definition at line 7 of file admin.php.

$mytrustdirname = basename( dirname( __FILE__ ) )

Definition at line 11 of file admin.php.

$mytrustdirpath = dirname( __FILE__ )

Definition at line 12 of file admin.php.

Definition at line 5 of file admin.php.

$xoopsModule =& $module_handler->getByDirname( $mydirname )

Definition at line 17 of file admin.php.

$xoopsModuleConfig =& $config_handler->getConfigsByCat( 0 , $xoopsModule->getVar( 'mid' ) )

Definition at line 19 of file admin.php.

Referenced by mod_message().

$xoopsOption['pagetype'] = 'admin'

Definition at line 25 of file admin.php.

if (file_exists("$mytrustdirpath/admin/$page.php")) else if (file_exists("$mytrustdirpath/admin/index.php")) else
Initial value:
{
include_once "$mytrustdirpath/language/english/admin.php"

Definition at line 36 of file admin.php.