bootstrap-twocol-7-5.tpl.php in Panels Bootstrap Layouts 7
File
plugins/layouts/twocol/bootstrap_twocol_7_5/bootstrap-twocol-7-5.tpl.phpView source
<div class="panel-display row-fluid bootstrap-twocol-7-5" <?php
if (!empty($css_id)) {
print "id=\"{$css_id}\"";
}
?>>
<div class="panel-panel span7">
<?php
print $content['left'];
?>
</div>
<div class="panel-panel span5">
<?php
print $content['right'];
?>
</div>
</div>