XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
avatar | |
Variables | |
$admin_page = new \Xoops\Module\Admin() | |
$avatar_Handler = $helper->getHandlerAvatar() | |
$height = $helper->getConfig('avatars_imageheight') | |
$helper = Avatars::getInstance() | |
$info_msg | |
$mimetypes = array('image/gif', 'image/jpeg', 'image/pjpeg', 'image/x-png', 'image/png') | |
$nb_avatars = $helper->getConfig('avatars_pager') | |
$op = Request::getCmd('op', 'list') | |
$upload_size = $helper->getConfig('avatars_imagefilesize') | |
$width = $helper->getConfig('avatars_imagewidth') | |
$xoops = Xoops::getInstance() | |
$xoops_upload_path = \XoopsBaseConfig::get('uploads-path') | |
$xoops_upload_url = \XoopsBaseConfig::get('uploads-url') | |
$admin_page = new \Xoops\Module\Admin() |
Definition at line 45 of file avatar_system.php.
$avatar_Handler = $helper->getHandlerAvatar() |
Definition at line 41 of file avatar_system.php.
$height = $helper->getConfig('avatars_imageheight') |
Definition at line 37 of file avatar_system.php.
$helper = Avatars::getInstance() |
Definition at line 27 of file avatar_system.php.
$info_msg |
Definition at line 48 of file avatar_system.php.
$mimetypes = array('image/gif', 'image/jpeg', 'image/pjpeg', 'image/x-png', 'image/png') |
Definition at line 34 of file avatar_system.php.
$nb_avatars = $helper->getConfig('avatars_pager') |
Definition at line 33 of file avatar_system.php.
$op = Request::getCmd('op', 'list') |
Definition at line 39 of file avatar_system.php.
$upload_size = $helper->getConfig('avatars_imagefilesize') |
Definition at line 35 of file avatar_system.php.
$width = $helper->getConfig('avatars_imagewidth') |
Definition at line 36 of file avatar_system.php.
$xoops = Xoops::getInstance() |
Definition at line 26 of file avatar_system.php.
$xoops_upload_path = \XoopsBaseConfig::get('uploads-path') |
Definition at line 29 of file avatar_system.php.
$xoops_upload_url = \XoopsBaseConfig::get('uploads-url') |
Definition at line 30 of file avatar_system.php.