Cheetah
include.php
Go to the documentation of this file.
1 <?php
2 
8 if (!defined('CH_AVA_EXT')) {
9 
10  define ('CH_AVA_DIR_USER_AVATARS', CH_DIRECTORY_PATH_MODULES . 'cheetah/avatar/data/images/'); // directory where avatar images are stored
11  define ('CH_AVA_URL_USER_AVATARS', CH_WSB_URL_MODULES . 'cheetah/avatar/data/images/'); // base url for all avatar images
12 
13  define ('CH_AVA_EXT', '.jpg'); // default avatar extension
14 
15  define ('CH_AVA_BROWSE_W', 128); // avatar browse width
16  define ('CH_AVA_BROWSE_H', 128); // avatar browse height
17  define ('CH_AVA_W', 64); // avatar image width
18  define ('CH_AVA_H', 64); // avatar image height
19  define ('CH_AVA_ICON_W', 32); // avatar icon width
20  define ('CH_AVA_ICON_H', 32); // avatar icon height
21 }
php