You are here

brenham_flipped.inc in Panopoly 7

File

modules/panopoly/panopoly_theme/plugins/layouts/brenham_flipped/brenham_flipped.inc
View source
<?php

// Plugin definition
$plugin = array(
  'title' => t('Brenham Flipped (deprecated)'),
  'icon' => 'radix-brenham-flipped.png',
  'file' => 'radix_brenham_flipped.inc',
  'path' => drupal_get_path('module', 'radix_layouts') . '/plugins/layouts/radix_brenham_flipped',
  'category' => t('Panopoly'),
  'theme' => 'radix_brenham_flipped',
  'regions' => array(
    'header' => t('Header'),
    'sidebar' => t('Content Sidebar'),
    'contentmain' => t('Content'),
  ),
);