[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

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


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