og-mission.tpl.php in Organic groups 6
Same filename and directory in other branches
2 theme calls to og-mission.tpl.php
- og_panels_ct_render_callback_mission in includes/
og.panelscontent.inc - og_view_group in ./
og.module
File
theme/og-mission.tpl.phpView source
<?php
if (!empty($mission)) {
?>
<div id="mission" class="og-mission"><?php
print $mission;
?></div>
<?php
}