You are here

boxton.inc in Panopoly 7

File

modules/panopoly/panopoly_theme/plugins/layouts/boxton/boxton.inc
View source
<?php

// Plugin definition
$plugin = array(
  'title' => t('Boxton (deprecated)'),
  'icon' => 'radix-boxton.png',
  'file' => 'radix_boxton.inc',
  'path' => drupal_get_path('module', 'radix_layouts') . '/plugins/layouts/radix_boxton',
  'category' => t('Panopoly'),
  'theme' => 'radix_boxton',
  'regions' => array(
    'contentmain' => t('Content'),
  ),
);