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 49 of file avatar_custom.php.
$avatar_Handler = $helper->getHandlerAvatar() |
Definition at line 34 of file avatar_custom.php.
$height = $helper->getConfig('avatars_imageheight') |
Definition at line 41 of file avatar_custom.php.
Referenced by Thumbs\buildThumbPath(), MytsYoutube\decode(), MytsFlash\decode(), ThumbsProvider\getImgTag(), ThumbsProvider\getImgUrl(), and ThumbsProvider\getThumbnailUrl().
$helper = Avatars::getInstance() |
Definition at line 28 of file avatar_custom.php.
$info_msg |
Definition at line 52 of file avatar_custom.php.
$mimetypes = array('image/gif', 'image/jpeg', 'image/pjpeg', 'image/x-png', 'image/png') |
Definition at line 38 of file avatar_custom.php.
Referenced by JUpload\receive_uploaded_files().
$nb_avatars = $helper->getConfig('avatars_pager') |
Definition at line 37 of file avatar_custom.php.
$op = Request::getCmd('op', 'list') |
Definition at line 44 of file avatar_custom.php.
$upload_size = $helper->getConfig('avatars_imagefilesize') |
Definition at line 39 of file avatar_custom.php.
$width = $helper->getConfig('avatars_imagewidth') |
Definition at line 40 of file avatar_custom.php.
Referenced by Thumbs\buildThumbPath(), MytsYoutube\decode(), MytsFlash\decode(), ThumbsProvider\getImgTag(), ThumbsProvider\getImgUrl(), and ThumbsProvider\getThumbnailUrl().
$xoops = Xoops::getInstance() |
Definition at line 27 of file avatar_custom.php.
$xoops_upload_path = \XoopsBaseConfig::get('uploads-path') |
Definition at line 30 of file avatar_custom.php.
$xoops_upload_url = \XoopsBaseConfig::get('uploads-url') |
Definition at line 31 of file avatar_custom.php.