XOOPS 2.5.6
Final
|
Go to the source code of this file.
Variables | |
$language = $registry->getEntry('language') | |
$mydirname = $registry->getEntry('mydirname') | |
$mydirpath = $registry->getEntry('mydirpath') | |
$mytrustdirname = basename( dirname( __FILE__ ) ) | |
$mytrustdirpath = dirname( __FILE__ ) | |
$registry =& ProtectorRegistry::getInstance() | |
if(file_exists("$mydirpath/language/$language/blocks.php")) else if(file_exists("$mytrustdirpath/language/$language/blocks_common.php")) | else |
$language = $registry->getEntry('language') |
Definition at line 8 of file blocks.php.
$mydirname = $registry->getEntry('mydirname') |
Definition at line 6 of file blocks.php.
$mydirpath = $registry->getEntry('mydirpath') |
Definition at line 7 of file blocks.php.
$mytrustdirname = basename( dirname( __FILE__ ) ) |
Definition at line 11 of file blocks.php.
$mytrustdirpath = dirname( __FILE__ ) |
Definition at line 12 of file blocks.php.
$registry =& ProtectorRegistry::getInstance() |
Definition at line 5 of file blocks.php.
if (file_exists("$mydirpath/language/$language/blocks.php")) else if (file_exists("$mytrustdirpath/language/$language/blocks_common.php")) else |
Definition at line 23 of file blocks.php.