[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

   1  <?php
   2  // $Id: onecol.inc,v 1.1.2.3 2010/06/22 15:54:24 merlinofchaos Exp $
   3  
   4  /**
   5   * implementation of hook_panels_layouts()
   6   */
   7  // Plugin definition
   8  $plugin = array(
   9    'title' => t('Single column'),
  10    'category' => t('Columns: 1'),
  11    'icon' => 'onecol.png',
  12    'theme' => 'panels_onecol',
  13    'css' => 'onecol.css',
  14    'panels' => array('middle' => t('Middle column')),
  15  );


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