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