Projet

Général

Profil

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

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

1
<?php
2

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