You are here

bryant.inc in Panopoly 7

File

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

// Plugin definition
$plugin = array(
  'title' => t('Bryant (deprecated)'),
  'icon' => 'radix-bryant.png',
  'file' => 'radix_bryant.inc',
  'path' => drupal_get_path('module', 'radix_layouts') . '/plugins/layouts/radix_bryant',
  'category' => t('Panopoly'),
  'theme' => 'radix_bryant',
  'regions' => array(
    'sidebar' => t('Sidebar'),
    'contentmain' => t('Content'),
  ),
);