You are here

bootstrap_twocol_stacked.inc in Panels Bootstrap Layouts 7.3

File

plugins/layouts/bootstrap_twocol_stacked/bootstrap_twocol_stacked.inc
View source
<?php

/**
 * Implements hook_panels_layouts().
 */

// Plugin definition
$plugin = array(
  'title' => t('Two Columns Stacked'),
  'category' => t('Bootstrap'),
  'icon' => 'bootstrap_twocol_stacked.png',
  'theme' => 'bootstrap_twocol_stacked',
  'admin css' => '../panels-bootstrap-layouts-admin.css',
  'regions' => array(
    'top' => t('Top'),
    'left' => t('Left'),
    'right' => t('Right'),
    'bottom' => t('Bottom'),
  ),
);