You are here

bootstrap-twocol-10-2.tpl.php in Panels Bootstrap Layouts 7

File

plugins/layouts/twocol/bootstrap_twocol_10_2/bootstrap-twocol-10-2.tpl.php
View source
<div class="panel-display row-fluid bootstrap-twocol-10-2" <?php

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

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

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