constant SERVICE_LINKS_STYLE_IMAGE_AND_TEXT in Service links 6.2
Same name and namespace in other branches
- 7.2 service_links.module \SERVICE_LINKS_STYLE_IMAGE_AND_TEXT
5 uses of SERVICE_LINKS_STYLE_IMAGE_AND_TEXT
- service_links_block in ./
service_links.module - Implementation of hook_block().
- service_links_theme in ./
service_links.module - Implementation of hook_theme().
- theme_service_links_build_link in ./
service_links.theme.inc - Build a single link following the style rules.
- theme_sld_group_image_and_text in plugins/
service_links_displays.module - Apply the Image and Text format to the field Service Links Group.
- theme_sld_single_image_and_text in plugins/
service_links_displays.module - Apply the Image and Text format to a single Service.
File
- ./
service_links.module, line 21 - Adds social network links to the content.
Code
define('SERVICE_LINKS_STYLE_IMAGE_AND_TEXT', 3);