threecol_25_50_25_stacked.inc 463 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * @file
  4. * Plugin definition.
  5. */
  6. $plugin = array(
  7. 'title' => t('Three column 25/50/25 stacked'),
  8. 'category' => t('Columns: 3'),
  9. 'icon' => 'threecol_25_50_25_stacked.png',
  10. 'theme' => 'panels_threecol_25_50_25_stacked',
  11. 'css' => 'threecol_25_50_25_stacked.css',
  12. 'regions' => array(
  13. 'top' => t('Top'),
  14. 'left' => t('Left side'),
  15. 'middle' => t('Middle column'),
  16. 'right' => t('Right side'),
  17. 'bottom' => t('Bottom'),
  18. ),
  19. );