Projet

Général

Profil

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

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

1
<?php
2

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