| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
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 );
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 |