| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 3 $plugin = array( 4 'schema' => 'panels_layout', 5 'access' => 'administer panels layouts', 6 7 'menu' => array( 8 'menu prefix' => 'admin/build/panels', 9 'menu item' => 'layouts', 10 'menu title' => 'Layouts', 11 'menu description' => 'Add, edit or delete custom content layouts.', 12 ), 13 14 'title singular' => t('layout'), 15 'title singular proper' => t('Layout'), 16 'title plural' => t('layouts'), 17 'title plural proper' => t('Layouts'), 18 19 'handler' => array( 20 'class' => 'panels_layouts_ui', 21 'parent' => 'ctools_export_ui', 22 ), 23 ); 24
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 |