You are here

brenham_flipped.inc in Panels Extra Layouts 7.2

brenham_flipped.inc @date Tue Dec 18 11:25:00 2012 @brief The panels layout plugin for the Brenham Flipped panels layout.

File

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

/**
 * @file   brenham_flipped.inc
 * @date   Tue Dec 18 11:25:00 2012
 * @brief  The panels layout plugin for the Brenham Flipped panels layout.
 *
 *
 */

// Plugin definition
$plugin = array(
  'title' => t('Brenham Flipped'),
  'icon' => 'brenham-flipped.png',
  'category' => t('Panopoly'),
  'theme' => 'brenham_flipped',
  'css' => 'brenham-flipped.css',
  'regions' => array(
    'header' => t('Header'),
    'sidebar' => t('Content Sidebar'),
    'content_main' => t('Content'),
  ),
);