bootstrap_twocol_6_6_stacked.inc in Panels Bootstrap Layouts 7
File
plugins/layouts/twocol/bootstrap_twocol_6_6_stacked/bootstrap_twocol_6_6_stacked.inc
View source
<?php
$plugin = array(
'title' => t('6-6 stacked'),
'category' => t('Bootstrap Two Columns'),
'icon' => 'bootstrap_twocol_6_6_stacked.png',
'theme' => 'bootstrap_twocol_6_6_stacked',
'admin css' => '../../bootstrap_panels_admin.css',
'regions' => array(
'top' => t('Top'),
'left' => t('Left'),
'right' => t('Right'),
'bottom' => t('Bottom'),
),
);