You are here

radix_taylor.inc in Radix Layouts 7

File

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

// Plugin definition
$plugin = array(
  'title' => t('Radix Taylor'),
  'icon' => 'radix-taylor.png',
  'category' => t('Radix'),
  'theme' => 'radix_taylor',
  'regions' => array(
    'header' => t('Header'),
    'half' => t('Half Column'),
    'quarter1' => t('Quarter 1 Column'),
    'quarter2' => t('Quarter 2 Column'),
    'footer' => t('Footer'),
  ),
);