You are here

bootstrap-onecol.tpl.php in Panels Bootstrap Layouts 7

File

plugins/layouts/onecol/bootstrap_onecol/bootstrap-onecol.tpl.php
View source
<div class="panel-display row-fluid bootstrap-onecol-12" <?php

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

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