Mercurial > owls
comparison Includes/Nav.inc.php @ 3:92a8978e68c5
code beautifying in nav; redesign of banner
author | Meillo r e t u r n s <meillo@marmaro.de> |
---|---|
date | Thu, 07 Dec 2006 22:08:17 +0100 |
parents | ab74e95a8040 |
children | 2672cd855fa2 |
comparison
equal
deleted
inserted
replaced
2:ab74e95a8040 | 3:92a8978e68c5 |
---|---|
35 echo navtree($row['idParent']); | 35 echo navtree($row['idParent']); |
36 } | 36 } |
37 unset($row); | 37 unset($row); |
38 mysql_free_result($result); | 38 mysql_free_result($result); |
39 | 39 |
40 echo '</ul></li>'; | 40 echo '</ul></li>'."\n"; |
41 } | 41 } |
42 | 42 |
43 | 43 |
44 | 44 |
45 // find broken nodes - nodes not displayed in nav or orphans (i.e. rings) | 45 // find broken nodes - nodes not displayed in nav or orphans (i.e. rings) |
65 echo '<li><a href="'. $row['id'] .'"'. (($_GET['id'] == $row['id']) ? ' id="selected"' : '') .'>'. $row['name'] .'</a></li>'; | 65 echo '<li><a href="'. $row['id'] .'"'. (($_GET['id'] == $row['id']) ? ' id="selected"' : '') .'>'. $row['name'] .'</a></li>'; |
66 } | 66 } |
67 unset($row); | 67 unset($row); |
68 mysql_free_result($result); | 68 mysql_free_result($result); |
69 | 69 |
70 echo '</ul></li>'; | 70 echo '</ul></li>'."\n"; |
71 } | 71 } |
72 | 72 |
73 ?> | 73 ?> |
74 | 74 |
75 <li id="login"> | 75 <li id="login"> |