You are here

function theme_og_mission in Organic groups 5.2

Same name and namespace in other branches
  1. 5.8 og.module \theme_og_mission()
  2. 5 og.module \theme_og_mission()
  3. 5.3 og.module \theme_og_mission()
  4. 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>';
}