arteleku_drupal_module/plugins/layouts/slide/slide.inc
2017-12-15 01:09:28 +01:00

14 lines
286 B
PHP

<?php
$plugin = array(
'title' => t('Layout para slide'),
'icon' => 'slide.png',
'theme' => 'arteleku_slide',
'css' => 'slide.css',
'regions' => array(
'fondo' => t('Fondo'),
'frontup' => t('Frontal superior'),
'frontdown' => t('Frontal Inferior')
),
);