Change the way we mark headers
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Apr 2006 20:44:26 +0000 (20:44 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Apr 2006 20:44:26 +0000 (20:44 +0000)
printer_navigation.php

index 72561ce2b061f35b3d875cb1caf773fd7064ec98..521aa4e298168b8ff0b394a80227c50f73bbf4c2 100644 (file)
@@ -242,8 +242,8 @@ class Printer_Navigation
                $output .= "\n" . '<td id="menu">';
                foreach ((array)$this->sections[ $this->focus['tab'] ] AS $key => $text)
                {
-                       $output .= "\n" . '<div class="navcat">' . $text . '</div>';
                        $output .= "\n" . '<ul>';
+                       $output .= "\n\t" . '<li class="header">' . $text . '</li>';
                        foreach ((array)$this->links["$key"] AS $key2 => $content)
                        {
                                $output .= "\n\t" . '<li><a href="' . $content[1] . '" class="link">' . ($this->focus['link'] == $key ? '<em>' . $content[0] . '</em>' : $content[0]) . '</a></li>';