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/twocol_stacked/twocol_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('Two column stacked'),
6 9
  'category' => t('Columns: 2'),
......
11 14
    'top' => t('Top'),
12 15
    'left' => t('Left side'),
13 16
    'right' => t('Right side'),
14
    'bottom' => t('Bottom')
17
    'bottom' => t('Bottom'),
15 18
  ),
16 19
);

Formats disponibles : Unified diff