clameur.inc 348 B

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