Remove unused class call
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Apr 2006 23:43:17 +0000 (23:43 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 15 Apr 2006 23:43:17 +0000 (23:43 +0000)
printer_navigation.php

index 90cb7c96ab85f69e5be1fe8e52454f1c314df9f9..65dec1adb4a409248757ce1048de48ebc4aaa16d 100644 (file)
@@ -203,7 +203,7 @@ class Printer_Navigation
                $output2 = array();
                foreach ($this->toplinks AS $href => $text)
                {
-                       $output2[] = '<a href="' . $href . '" class="nav_toplink">' . $text . '</a>';
+                       $output2[] = '<a href="' . $href . '">' . $text . '</a>';
                }
                
                $output .= "\n" . '<div id="toplinks">';