| 176 |
} |
} |
| 177 |
$url .= "&".$this->_query_prefix."textcssnavselected=".$cnt; |
$url .= "&".$this->_query_prefix."textcssnavselected=".$cnt; |
| 178 |
} |
} |
| 179 |
$obj = html_a($url, $nav["text"], "", $nav["target"], $nav["title"]); |
$obj = html_a(htmlentities($url), $nav["text"], "", $nav["target"], $nav["title"]); |
| 180 |
if ($class != NULL) { |
if ($class != NULL) { |
| 181 |
if ($this->_highlight_selected && $this->_selected == $cnt) { |
if ($this->_highlight_selected && $this->_selected == $cnt) { |
| 182 |
$class = "selected".$class; |
$class = "selected".$class; |