[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

   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  );


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7