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_33_34_33_stacked/threecol_33_34_33_stacked.inc
1 1
<?php
2 2

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

Formats disponibles : Unified diff