* @version $Revision: 1.1 $ * @since PHP 4.1 */ class Default_Block_Sample2 { var $webRoot = SGL_BASE_URL; function init() { return $this->getBlockContent(); } function getBlockContent() { $text = <<< HTML

Add to Google Reader or Homepage

Subscribe in NewsGator Online

Add to netvibes

Subscribe in Bloglines

HTML; return $text; } } ?>