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

Go to the source code of this file.

Variables

 $draw_dirname = true
 
 $file = $file_base . '.png'
 
 $icon_cache_limit = 3600
 
 $language = $registry->getEntry('language')
 
 $mydirname = $registry->getEntry('mydirname')
 
 $mydirpath = $registry->getEntry('mydirpath')
 
 $registry =& ProtectorRegistry::getInstance()
 
if(!empty($_GET['file'])) else
 

Variable Documentation

$draw_dirname = true

Definition at line 26 of file module_icon.php.

$file = $file_base . '.png'

Definition at line 29 of file module_icon.php.

$icon_cache_limit = 3600

Definition at line 11 of file module_icon.php.

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

Definition at line 8 of file module_icon.php.

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

Definition at line 6 of file module_icon.php.

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

Definition at line 7 of file module_icon.php.

Definition at line 5 of file module_icon.php.

if ($draw_dirname &&function_exists( 'imagecreatefrompng')&&function_exists( 'imagecolorallocate')&&function_exists( 'imagestring')&&function_exists( 'imagepng')) else
Initial value:
{
$file_base = 'module_icon'

Definition at line 22 of file module_icon.php.