source: sipes/modules_contrib/panels/plugins/layouts/onecol/onecol.inc @ 4f375e3

stableversion-3.0
Last change on this file since 4f375e3 was 4f375e3, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el modulo panels

  • Propiedad mode establecida a 100644
File size: 299 octetos
Línea 
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  'panels' => array('middle' => t('Middle column')),
14);
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.