[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

   1  <?php
   2  // $Id: twocol_stacked.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 stacked'),
   7    'category' => t('Columns: 2'),
   8    'icon' => 'twocol_stacked.png',
   9    'theme' => 'panels_twocol_stacked',
  10    'css' => 'twocol_stacked.css',
  11    'panels' => array(
  12      'top' => t('Top'),
  13      'left' => t('Left side'),
  14      'right' => t('Right side'),
  15      'bottom' => t('Bottom')
  16    ),
  17  );


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