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/styles/naked.inc
5 5
 * Definition of the 'naked' panel style.
6 6
 */
7 7

  
8
// Plugin definition
8
// Plugin definition.
9 9
$plugin = array(
10 10
  'title' => t('No markup at all'),
11 11
  'description' => t('Display the pane or region with no markup, not even a title.'),
......
31 31
function theme_panels_naked_style_render_pane($vars) {
32 32
  return render($vars['content']->content);
33 33
}
34

  

Formats disponibles : Unified diff