Projet

Général

Profil

Paste
Télécharger (463 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / panels / plugins / layouts / threecol_33_34_33_stacked / threecol_33_34_33_stacked.inc @ 64156087

1
<?php
2

    
3
/**
4
 * @file
5
 * Plugin definition.
6
 */
7
$plugin = array(
8
  'title' => t('Three column 33/34/33 stacked'),
9
  'category' => t('Columns: 3'),
10
  'icon' => 'threecol_33_34_33_stacked.png',
11
  'theme' => 'panels_threecol_33_34_33_stacked',
12
  'css' => 'threecol_33_34_33_stacked.css',
13
  'regions' => array(
14
    'top' => t('Top'),
15
    'left' => t('Left side'),
16
    'middle' => t('Middle column'),
17
    'right' => t('Right side'),
18
    'bottom' => t('Bottom'),
19
  ),
20
);