[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/panels/plugins/layouts/twocol/ -> twocol.inc (source)

   1  <?php
   2  // $Id: twocol.inc,v 1.1.2.3 2010/06/22 15:54:25 merlinofchaos Exp $
   3  
   4  // Plugin definition
   5  $plugin = array(
   6    'title' => t('Two column'),
   7    'category' => t('Columns: 2'),
   8    'icon' => 'twocol.png',
   9    'theme' => 'panels_twocol',
  10    'css' => 'twocol.css',
  11    'panels' => array(
  12      'left' => t('Left side'),
  13      'right' => t('Right side')
  14    ),
  15  );


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7