You are here

bootstrap_twocol_7_5.inc in Panels Bootstrap Layouts 7

File

plugins/layouts/twocol/bootstrap_twocol_7_5/bootstrap_twocol_7_5.inc
View source
<?php

/**
 * Implements hook_panels_layouts().
 */

// Plugin definition
$plugin = array(
  'title' => t('7-5'),
  'category' => t('Bootstrap Two Columns'),
  'icon' => 'bootstrap_twocol_7_5.png',
  'theme' => 'bootstrap_twocol_7_5',
  'admin css' => '../../bootstrap_panels_admin.css',
  'regions' => array(
    'left' => t('Left side'),
    'right' => t('Right side'),
  ),
);