You are here

og-mission.tpl.php in Organic groups 6.2

Same filename and directory in other branches
  1. 6 theme/og-mission.tpl.php

File

theme/og-mission.tpl.php
View source
<?php

if (!empty($mission)) {
  ?>
  <div id="mission" class="og-mission"><?php

  print $mission;
  ?></div>
<?php

}