| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: menu-block-wrapper.tpl.php,v 1.8 2010/03/17 06:30:20 johnalbin Exp $ 3 4 /** 5 * @file 6 * Default theme implementation to wrap menu blocks. 7 * 8 * Available variables: 9 * - $content: The unordered list containing the menu. 10 * - $classes: A string containing the CSS classes for the DIV tag. Includes: 11 * menu-block-DELTA, menu-name-NAME, parent-mlid-MLID, and menu-level-LEVEL. 12 * - $classes_array: An array containing each of the CSS classes. 13 * 14 * The following variables are provided for contextual information. 15 * - $settings: An array of the block's configuration settings. Includes 16 * menu_name, parent_mlid, level, follow, depth, expanded, and sort. 17 * 18 * @see template_preprocess_menu_block_wrapper() 19 */ 20 ?> 21 <div class="<?php print $classes; ?>"> 22 <?php print $content; ?> 23 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |