radix_moscone.inc in Radix Layouts 7
Same filename and directory in other branches
File
plugins/layouts/radix_moscone/radix_moscone.incView source
<?php
// Plugin definition
$plugin = array(
'title' => t('Radix Moscone'),
'icon' => 'radix-moscone.png',
'category' => t('Radix'),
'theme' => 'radix_moscone',
'regions' => array(
'header' => t('Header'),
'sidebar' => t('Content Sidebar'),
'contentmain' => t('Content'),
'footer' => t('Footer'),
),
);