/[drupal]/contributions/modules/menu_block/menu_block.pages.inc
ViewVC logotype

Diff of /contributions/modules/menu_block/menu_block.pages.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8, Sun Nov 30 06:11:52 2008 UTC revision 1.9, Mon Dec 1 02:13:10 2008 UTC
# Line 1  Line 1 
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
# Line 48  function _menu_block_help($path, $arg) { Line 48  function _menu_block_help($path, $arg) {
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>'

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.2