| 1 |
<?php |
<?php |
| 2 |
// $Id: menu_block.pages.inc,v 1.7 2008/11/24 13:32:17 johnalbin Exp $ |
// $Id: menu_block.pages.inc,v 1.8 2008/11/30 06:11:52 johnalbin Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 48 |
. '<p>' . t('Themers should look at the myriad of classes added to the %div, %li and %a elements.', array('%div' => '<div>', '%li' => '<li>', '%a' => '<a>')) . '</p>' |
. '<p>' . t('Themers should look at the myriad of classes added to the %div, %li and %a elements.', array('%div' => '<div>', '%li' => '<li>', '%a' => '<a>')) . '</p>' |
| 49 |
. '<dl>' |
. '<dl>' |
| 50 |
. '<dt>' . theme('placeholder', '<div>') . '</dt>' |
. '<dt>' . theme('placeholder', '<div>') . '</dt>' |
| 51 |
. '<dd>' . t('The %div wrapped around the menu tree has a class for each of the configurable options of the block: %class.', array('%div' => '<div>', '%class' => 'menu-name-NAME menu-level-LEVEL menu-depth-DEPTH menu-expanded')) . '</dd>' |
. '<dd>' . t('The %div wrapped around the menu tree has a class for each of the configurable options of the block: %class.', array('%div' => '<div>', '%class' => 'menu-name-NAME parent-mlid-MLID menu-level-LEVEL menu-depth-DEPTH menu-expanded')) . '</dd>' |
| 52 |
. '<dt>' . theme('placeholder', '<li>') . '</dt>' |
. '<dt>' . theme('placeholder', '<li>') . '</dt>' |
| 53 |
. '<dd>' . t('The %li elements of the menu tree can have an extended list of classes (compared to standard menu trees): %class.', array('%li' => '<li>', '%class' => 'first last menu-mlid-MLID active active-trail')) . '</dd>' |
. '<dd>' . t('The %li elements of the menu tree can have an extended list of classes (compared to standard menu trees): %class.', array('%li' => '<li>', '%class' => 'first last menu-mlid-MLID active active-trail')) . '</dd>' |
| 54 |
. '<dt>' . theme('placeholder', '<a>') . '</dt>' |
. '<dt>' . theme('placeholder', '<a>') . '</dt>' |