html5-custom-2.inc 324 B

123456789101112131415
  1. <?php
  2. // Plugin definition
  3. $plugin = array(
  4. 'title' => t('[Article] [Nav] [Aside]'),
  5. 'category' => t('Columns: 1'),
  6. 'icon' => 'html5-custom-2.png',
  7. 'theme' => 'panels_html5_custom_2',
  8. 'css' => 'html5-custom-2.css',
  9. 'regions' => array(
  10. 'article' => t('Article'),
  11. 'nav' => t('Nav'),
  12. 'aside' => t('Aside'),
  13. ),
  14. );