Changeset 645


Ignore:
Timestamp:
Dec 14, 2004, 12:53:45 AM (19 years ago)
Author:
plg
Message:
  • bug fixed : in the categories menu, we may have to close more than one level at the same time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_html.inc.php

    r644 r645  
    362362    else if ($level < $ref_level)
    363363    {
    364       $menu.= '
    365              </ul>';
     364      // we may have to close more than one level at the same time...
     365      $menu.= str_repeat("\n</ul>",($ref_level-$level));
    366366    }
    367367    $ref_level = $level;
Note: See TracChangeset for help on using the changeset viewer.