You are here

oa-styles-well-box.tpl.php in Open Atrium Styles 7.2

This template handles the layout of oa_well.

File

plugins/styles/well/oa-styles-well-box.tpl.php
View source
<?php

/**
 * @file
 * This template handles the layout of oa_well.
 */
?>
<div class="well style-region <?php

if (isset($settings['well_modifier'])) {
  print $settings['well_modifier'];
}
?>">
  <?php

print $content;
?>
</div>