*/ class Mage_Adminhtml_Block_Urlrewrite_Link extends Mage_Core_Block_Abstract { /** * Render output * * @return string */ protected function _toHtml() { if ($this->getItem()) { return '

' . $this->getLabel() . ' ' . $this->htmlEscape($this->getItem()->getName()) . '

'; } } }