Projet

Général

Profil

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

root / htmltest / sites / all / modules / panels / plugins / layouts / onecol / onecol.inc @ c12e7e6a

1
<?php
2

    
3
/**
4
 * implementation of hook_panels_layouts()
5
 */
6
// Plugin definition
7
$plugin = array(
8
  'title' => t('Single column'),
9
  'category' => t('Columns: 1'),
10
  'icon' => 'onecol.png',
11
  'theme' => 'panels_onecol',
12
  'css' => 'onecol.css',
13
  'regions' => array('middle' => t('Middle column')),
14
);