isActive()) { $link = $this->view->escape($text); } else { $href = $page->getHRef(); if ($redirect) { $currentUri = $this->view->url(); $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; } } ?>