constant LIKEBTN_STYLES in Like Button 8.2
Same name and namespace in other branches
- 7 likebtn.module \LIKEBTN_STYLES
1 use of LIKEBTN_STYLES
- _likebtn_settings_form in ./
likebtn.module - Custom function returning settings form.
File
- ./
likebtn.module, line 122 - Implements the LikeBtn module.
Code
define('LIKEBTN_STYLES', serialize(array(
'white',
'lightgray',
'gray',
'black',
'padded',
'drop',
'line',
'github',
'transparent',
'youtube',
'habr',
'heartcross',
'plusminus',
'google',
'greenred',
'large',
'elegant',
'disk',
'squarespace',
'slideshare',
'baidu',
'uwhite',
'ublack',
'uorange',
'ublue',
'ugreen',
'direct',
'homeshop',
)));