You are here

bootstrap-threecol-4-4-4.tpl.php in Panels Bootstrap Layouts 7

File

plugins/layouts/threecol/bootstrap_threecol_4_4_4/bootstrap-threecol-4-4-4.tpl.php
View source
<div class="panel-display row-fluid bootstrap-threecol-4-4-4" <?php

if (!empty($css_id)) {
  print "id=\"{$css_id}\"";
}
?>>
  <div class="panel-panel span4">
    <?php

print $content['left'];
?>
  </div>
  <div class="panel-panel span4">
    <?php

print $content['middle'];
?>
  </div>
  <div class="panel-panel span4">
    <?php

print $content['right'];
?>
  </div>
</div>