From d5dea369e90f3562eb4f2c1891e8f2e49f2abdeb Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 15 Apr 2006 21:42:59 +0000 Subject: [PATCH] Change the focus for selected links --- printer_navigation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer_navigation.php b/printer_navigation.php index 19a740e..9d8b14d 100644 --- a/printer_navigation.php +++ b/printer_navigation.php @@ -246,7 +246,7 @@ class Printer_Navigation $output .= "\n\t" . '
  • ' . $text . '
  • '; foreach ((array)$this->links["$key"] AS $key2 => $content) { - $output .= "\n\t" . '
  • ' . ($this->focus['link'] == $key ? '' . $content[0] . '' : $content[0]) . '
  • '; + $output .= "\n\t" . 'focus['link'] == $key ? ' class="focus"' : '') . '>' . $content[0] . ''; } $output .= "\n" . '' . "\n"; } -- 2.22.5