html5-2-col.inc 288 B

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