<?php
// Plugin definition
$plugin = array(
  'title' => t('Sanderson Flipped'),
  'icon' => 'radix-sanderson-flipped.png',
  'category' => t('Radix'),
  'theme' => 'radix_sanderson_flipped',
  'regions' => array(
    'column1' => t('Row 1: First Column'),
    'column2' => t('Row 1: Second Column'),
    'column3' => t('Row 1: Third Column'),
    'secondarycolumn1' => t('Row 2: First Column'),
    'secondarycolumn2' => t('Row 2: Second Column'),
  ),
);
