[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

   1  <?php
   2  
   3  /**
   4   * @file
   5   * Implementation for the two column bricked layout
   6   */
   7  
   8  // Plugin definition
   9  $plugin = array(
  10    'title' => t('Two column bricks'),
  11    'category' => t('Columns: 2'),
  12    'icon' => 'twocol_bricks.png',
  13    'theme' => 'panels_twocol_bricks',
  14    'css' => 'twocol_bricks.css',
  15    'panels' => array(
  16      'top' => t('Top'),
  17      'left_above' => t('Left above'),
  18      'right_above' => t('Right above'),
  19      'middle' => t('Middle'),
  20      'left_below' => t('Left below'),
  21      'right_below' => t('Right below'),
  22      'bottom' => t('Bottom'),
  23    ),
  24  );
  25  


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