![]() |
API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Variables | |
| if(!class_exists('ProtectorRegistry')) | $registry = ProtectorRegistry::getInstance() |
| $mydirname = $registry->getEntry('mydirname') | |
| $mydirpath = $registry->getEntry('mydirpath') | |
| $language = $registry->getEntry('language') | |
| $icon_cache_limit = 3600 | |
| $file_base = 'module_icon' | |
| if(!empty($_GET['file'])) | $draw_dirname = true |
| $file = $file_base . '.png' | |
| if(file_exists($mydirpath . '/' . $file)) | else |
| $file = $file_base . '.png' |
| $file_base = 'module_icon' |
| $icon_cache_limit = 3600 |
| $language = $registry->getEntry('language') |
| $mydirname = $registry->getEntry('mydirname') |
| $mydirpath = $registry->getEntry('mydirpath') |
| if (!class_exists( 'ProtectorRegistry')) $registry = ProtectorRegistry::getInstance() |