Example #1
0
 /**
  *
  * @param Varien_Object $row
  * @return string
  */
 public function render(Varien_Object $row)
 {
     $html = '';
     $html .= sprintf('<table style="border:0;"><tbody>');
     /* @var $row CueBlocks_SitemapEnhancedPlus_Model_SitemapEnhancedPlus */
     $html .= $row->getPageReport();
     $html .= sprintf('</tbody></table>');
     return $html;
 }