Protected Member Functions | |
_toHtml () |
Definition at line 34 of file Link.php.
_toHtml | ( | ) | [protected] |
Render output
Reimplemented from Mage_Core_Block_Abstract.
Definition at line 41 of file Link.php.
00042 { 00043 if ($this->getItem()) { 00044 return '<p>' . $this->getLabel() . ' <a href="' . $this->getItemUrl() . '">' 00045 . $this->htmlEscape($this->getItem()->getName()) . '</a></p>'; 00046 } 00047 }