function yashare_get_popup_services in Yandex.Share 7
Returns services list for popup.
2 calls to yashare_get_popup_services()
- yashare_build in ./
yashare.module  - Generate renderable array.
 - yashare_settings in ./
yashare.module  - Returns settings form.
 
File
- ./
yashare.inc, line 55  - Yandex.Share helper functions.
 
Code
function yashare_get_popup_services() {
  return array_values(array_filter(variable_get('yashare_popup_services', yashare_get_services(TRUE))));
}