You are here

radix_brown.inc in Radix Layouts 7

File

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

// Plugin definition
$plugin = array(
  'title' => t('Radix Brown'),
  'icon' => 'radix_brown.png',
  'category' => t('Radix'),
  'theme' => 'radix_brown',
  'regions' => array(
    'slider' => t('Slider'),
    'slidergutter' => t('Slider Gutter'),
    'column1' => t('First Column'),
    'column2' => t('Second Column'),
    'column3' => t('Third Column'),
    'footercolumn1' => t('Footer First Column'),
    'footercolumn2' => t('Footer Second Column'),
    'footercolumn3' => t('Footer Third Column'),
  ),
);