/[drupal]/contributions/modules/sitemenu/sitemenu.module
ViewVC logotype

Diff of /contributions/modules/sitemenu/sitemenu.module

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

revision 1.39.2.3, Wed Mar 11 02:30:44 2009 UTC revision 1.39.2.4, Wed Mar 11 13:26:33 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  //$Id: sitemenu.module,v 1.39.2.2 2009/02/03 02:50:07 kbahey Exp $  //$Id: sitemenu.module,v 1.39.2.3 2009/03/11 02:30:44 kbahey Exp $
4    
5  // Copyright 2005 Khalid Baheyeldin http://2bits.com  // Copyright 2005 Khalid Baheyeldin http://2bits.com
6    
# Line 448  function theme_sitemenu_render_outline($ Line 448  function theme_sitemenu_render_outline($
448    for ($m = 0; $m < count($tree); $m++) {    for ($m = 0; $m < count($tree); $m++) {
449      $term = $tree[$m];      $term = $tree[$m];
450    
     echo $term->depth;  
451      if ($term->depth > $old_depth) {      if ($term->depth > $old_depth) {
452        $output .= "<ul class=\"menu\">\n";        $output .= "<ul class=\"menu\">\n";
453        $ul++;        $ul++;

Legend:
Removed from v.1.39.2.3  
changed lines
  Added in v.1.39.2.4

  ViewVC Help
Powered by ViewVC 1.1.2