public function getHeaderText() { //------------------------------ $changeProfile = Mage::helper('M2ePro')->__('Change Listing'); $headerText = parent::getHeaderText(); $listingTitle = Mage::helper('M2ePro')->escapeHtml($this->listing->getTitle()); //------------------------------ return <<<HTML {$headerText} <a href="javascript: void(0);" id="listing-profile-title" class="listing-profile-title" style="font-weight: bold;" title="{$changeProfile}"><span class="drop_down_header">"{$listingTitle}"</span></a> HTML; }