123456789101112131415 |
- <?php
- // Plugin definition
- $plugin = array(
- 'title' => t('[Article] [Nav] [Aside]'),
- 'category' => t('Columns: 1'),
- 'icon' => 'html5-custom-2.png',
- 'theme' => 'panels_html5_custom_2',
- 'css' => 'html5-custom-2.css',
- 'regions' => array(
- 'article' => t('Article'),
- 'nav' => t('Nav'),
- 'aside' => t('Aside'),
- ),
- );
|