isActive()) { $link = $this->view->escape($text); } else { $href = $page->getHRef(); if ($redirect) { $currentUri = Zend_Controller_Front::getInstance()->getRequest()->getRequestUri(); if (strpos($currentUri, '?') !== false) { $currentUri = strstr($currentUri, '?', true); } $href = $this->view->addParamToUrl($href, 'redirect', $currentUri, true); } $link = $this->view->anchor($href, $text, array('class' => 'footer-anchor')); } $class = "footer-link"; if (isset($extraclass)) { $class = "$class $extraclass"; } return '
' . $link . '
' . PHP_EOL; } } ?>