| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 3 // Plugin definition 4 $plugin = array( 5 'title' => t('Two column stacked'), 6 'category' => t('Columns: 2'), 7 'icon' => 'twocol_stacked.png', 8 'theme' => 'panels_twocol_stacked', 9 'css' => 'twocol_stacked.css', 10 'panels' => array( 11 'top' => t('Top'), 12 'left' => t('Left side'), 13 'right' => t('Right side'), 14 'bottom' => t('Bottom') 15 ), 16 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |