radix_taylor_flipped.inc in Radix Layouts 7
Same filename and directory in other branches
File
plugins/layouts/radix_taylor_flipped/radix_taylor_flipped.incView source
<?php
// Plugin definition
$plugin = array(
'title' => t('Radix Taylor Flipped'),
'icon' => 'radix-taylor-flipped.png',
'category' => t('Radix'),
'theme' => 'radix_taylor_flipped',
'regions' => array(
'header' => t('Header'),
'quarter1' => t('Quarter 1 Column'),
'quarter2' => t('Quarter 2 Column'),
'half' => t('Half Column'),
'footer' => t('Footer'),
),
);