source: sipes/modules_contrib/panels/plugins/layouts/twocol/twocol.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: 279 octetos
Línea 
1<?php
2
3// Plugin definition
4$plugin = array(
5  'title' => t('Two column'),
6  'category' => t('Columns: 2'),
7  'icon' => 'twocol.png',
8  'theme' => 'panels_twocol',
9  'css' => 'twocol.css',
10  'panels' => array(
11    'left' => t('Left side'),
12    'right' => t('Right side')
13  ),
14);
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.