Changeset 1036 for trunk/include/functions_html.inc.php
- Timestamp:
- Feb 12, 2006, 10:52:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_html.inc.php
r1031 r1036 350 350 $level = 0; 351 351 $menu = ''; 352 352 353 // $page_cat value remains 0 for special sections 353 354 $page_cat = 0; 354 355 if (isset($page['cat']) and is_numeric($page['cat']) ) … … 384 385 $url = PHPWG_ROOT_PATH.'category.php?cat='.$category['id']; 385 386 $menu.= "\n".'<a href="'.$url.'"'; 386 if ($category['id'] == $page['cat_id_uppercat']) 387 if ($page_cat != 0 388 and $category['id'] == $page['cat_id_uppercat']) 387 389 { 388 390 $menu.= ' rel="up"';
Note: See TracChangeset
for help on using the changeset viewer.