Skip to content
threecol_25_50_25_stacked.inc 453 B
Newer Older
<?php
// $Id$

// Plugin definition
$plugin = array(
  'title' => t('Three column 25/50/25 stacked'),
  'icon' => 'threecol_25_50_25_stacked.png',
  'theme' => 'panels_threecol_25_50_25_stacked',
  'css' => 'threecol_25_50_25_stacked.css',
  'regions' => array(
    'top' => t('Top'),
    'left' => t('Left side'),
    'middle' => t('Middle column'),
    'right' => t('Right side'),
    'bottom' => t('Bottom'),
  ),
);