radix_burr_flipped.inc in Radix Layouts 7
Same filename and directory in other branches
File
plugins/layouts/radix_burr_flipped/radix_burr_flipped.incView source
<?php
// Plugin definition
$plugin = array(
'title' => t('Radix Burr Flipped'),
'icon' => 'radix-burr-flipped.png',
'category' => t('Radix'),
'theme' => 'radix_burr_flipped',
'regions' => array(
'sidebar' => t('Sidebar'),
'contentmain' => t('Content'),
),
);