og-mission.tpl.php in Organic groups 6.2
Same filename and directory in other branches
1 theme call to og-mission.tpl.php
- og_view_group in ./
og.module - Modifies the group node to serve as a group home page.
File
theme/og-mission.tpl.phpView source
<?php
if (!empty($mission)) {
?>
<div id="mission" class="og-mission"><?php
print $mission;
?></div>
<?php
}