<?php
// Plugin definition
$plugin = array(
  'title' => t('Selby'),
  'icon' => 'radix-selby.png',
  'category' => t('Radix'),
  'theme' => 'radix_selby',
  'regions' => array(
    'sidebar' => t('Sidebar'),
    'contentheader' => t('Content Header'),
    'contentcolumn1' => t('Content Column 1'),
    'contentcolumn2' => t('Content Column 2'),
    'contentfooter' => t('Content Footer'),
  ),
);
