threecol_33_34_33.inc 379 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * @file
  4. * Plugin definition.
  5. */
  6. $plugin = array(
  7. 'title' => t('Three column 33/34/33'),
  8. 'category' => t('Columns: 3'),
  9. 'icon' => 'threecol_33_34_33.png',
  10. 'theme' => 'panels_threecol_33_34_33',
  11. 'css' => 'threecol_33_34_33.css',
  12. 'regions' => array(
  13. 'left' => t('Left side'),
  14. 'middle' => t('Middle column'),
  15. 'right' => t('Right side'),
  16. ),
  17. );