arteleku_drupal_module/plugins/layouts/hover/hover.inc

14 lines
282 B
PHP
Raw Permalink Normal View History

2017-12-15 01:09:28 +01:00
<?php
$plugin = array(
'title' => t('Layout hover'),
'icon' => 'hover.png',
'theme' => 'arteleku_hover',
'css' => 'hover.css',
'regions' => array(
'fondo' => t('Fondo'),
'frontup' => t('Frontal superior'),
'frontdown' => t('Frontal Inferior'),
),
);