function theme_og_mission in Organic groups 5.2
Same name and namespace in other branches
- 5.8 og.module \theme_og_mission()
- 5 og.module \theme_og_mission()
- 5.3 og.module \theme_og_mission()
- 5.7 og.module \theme_og_mission()
1 theme call to theme_og_mission()
- og_view_group in ./
og.module
File
- ./
og.module, line 1095
Code
function theme_og_mission($node) {
return '<div id="mission" class="og-mission">' . $node->body . '</div>';
}