bootstrap_twocol_1_11.inc in Panels Bootstrap Layouts 7
File
plugins/layouts/twocol/bootstrap_twocol_1_11/bootstrap_twocol_1_11.incView source
<?php
/**
* Implements hook_panels_layouts().
*/
// Plugin definition
$plugin = array(
'title' => t('1-11'),
'category' => t('Bootstrap Two Columns'),
'icon' => 'bootstrap_twocol_1_11.png',
'theme' => 'bootstrap_twocol_1_11',
'admin css' => '../../bootstrap_panels_admin.css',
'regions' => array(
'left' => t('Left side'),
'right' => t('Right side'),
),
);