| 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 |
|
|
| 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++; |