You are here

function og_is_picture in Organic groups 5.7

Same name and namespace in other branches
  1. 5.8 og.module \og_is_picture()
  2. 5 og.module \og_is_picture()
  3. 5.2 og.module \og_is_picture()
  4. 5.3 og.module \og_is_picture()
  5. 6.2 og.module \og_is_picture()
  6. 6 og.module \og_is_picture()
5 calls to og_is_picture()
og_menu in ./og.module
og_panels_content_types_addedit_callback_subscribers in includes/groupcontent.inc
og_panels_panels_content_types in ./og_panels.module
Implementation of hook_panels_content_types()
og_subscriber_count_link in ./og.module
Determine the number of active and pending members and the current user's membership state.
og_user_title_list in ./og.module

File

./og.module, line 2815

Code

function og_is_picture() {
  return variable_get('user_pictures', 0) && variable_get('og_member_pics', TRUE);
}