Projet

Général

Profil

Révision 64156087

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/panels/plugins/layouts/threecol_25_50_25/threecol_25_50_25.inc
1 1
<?php
2 2

  
3 3
/**
4
 * implementation of hook_panels_layouts
4
 * @file
5
 * Implementation of hook_panels_layouts.
5 6
 */
6
// Plugin definition
7
// Plugin definition.
7 8
$plugin = array(
8 9
  'title' => t('Three column 25/50/25'),
9 10
  'category' => t('Columns: 3'),
......
14 15
  'regions' => array(
15 16
    'left' => t('Left side'),
16 17
    'middle' => t('Middle column'),
17
    'right' => t('Right side')
18
    'right' => t('Right side'),
18 19
  ),
19 20
);
20

  

Formats disponibles : Unified diff