You are here

radix_burr.inc in Radix Layouts 7

File

plugins/layouts/radix_burr/radix_burr.inc
View source
<?php

// Plugin definition
$plugin = array(
  'title' => t('Radix Burr'),
  'icon' => 'radix-burr.png',
  'category' => t('Radix'),
  'theme' => 'radix_burr',
  'regions' => array(
    'sidebar' => t('Sidebar'),
    'contentmain' => t('Content'),
  ),
);