<?php
// Plugin definition
$plugin = array(
  'title' => t('Hewston Flipped'),
  'icon' => 'radix-hewston-flipped.png',
  'category' => t('Radix'),
  'theme' => 'radix_hewston_flipped',
  'regions' => array(
    'slider' => t('Slider'),
    'slidergutter' => t('Slider Gutter'),
    'column1' => t('First Column'),
    'column2' => t('Second Column'),
    'column3' => t('Third Column'),
  ),
);
