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

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
 

Variable Documentation

$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.

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
Initial value:
{
include_once "$mytrustdirpath/language/english/blocks_common.php"

Definition at line 23 of file blocks.php.