radix_taylor_flipped_sidebar.inc in Radix Layouts 7
File
plugins/layouts/radix_taylor_flipped_sidebar/radix_taylor_flipped_sidebar.inc
View source
<?php
$plugin = array(
'title' => t('Radix Taylor Flipped Sidebar'),
'icon' => 'radix-taylor-flipped-sidebar.png',
'category' => t('Radix'),
'theme' => 'radix_taylor_flipped_sidebar',
'regions' => array(
'header' => t('Header'),
'quarter1' => t('Quarter 1 Column'),
'quarter2' => t('Quarter 2 Column'),
'half' => t('Half Column'),
'sidebar' => t('Sidebar'),
'footer' => t('Footer'),
),
);