Ignore:
Timestamp:
2006/08/31 00:01:26 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r3362 r3364  
    809809        } 
    810810         
    811         if($arrRet[$cnt]['level'] != LEVEL_MAX) { 
    812             $arrOutput[$cnt].= ">"; 
     811        for($cat_cnt = 0; $cat_cnt < $arrRet[$cnt]['level']; $cat_cnt++) { 
     812            $arrOutput[$cnt].= CATEGORY_HEAD; 
    813813        } 
    814814        $arrOutput[$cnt].= $arrRet[$cnt]['category_name']; 
Note: See TracChangeset for help on using the changeset viewer.