function theme_og_mission in Organic groups 5.7
Same name and namespace in other branches
- 5.8 og.module \theme_og_mission()
- 5 og.module \theme_og_mission()
- 5.2 og.module \theme_og_mission()
- 5.3 og.module \theme_og_mission()
2 theme calls to theme_og_mission()
- og_panels_ct_render_callback_mission in includes/
groupcontent.inc - og_view_group in ./
og.module
File
- ./
og.module, line 1160
Code
function theme_og_mission($form) {
return !empty($form['#value']) ? '<div id="mission" class="og-mission">' . $form['#value'] . '</div>' : '';
}