radix_whelan.inc in Radix Layouts 7
Same filename and directory in other branches
File
plugins/layouts/radix_whelan/radix_whelan.incView source
<?php
// Plugin definition
$plugin = array(
'title' => t('Radix Whelan'),
'icon' => 'radix_whelan.png',
'category' => t('Radix'),
'theme' => 'radix_whelan',
'regions' => array(
'column1' => t('First Column'),
'column2' => t('Second Column'),
'contentmain' => t('Content'),
),
);