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