[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

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


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