twocol_stacked.inc 383 B

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