XOOPS 2.5.6
Final
|
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 |
$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.
$registry =& ProtectorRegistry::getInstance() |
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 |
Definition at line 22 of file module_icon.php.