* @version $Revision: 1.1 $ */ class Default_Block_Sample1 { function init() { return $this->getBlockContent(); } function getBlockContent() { $baseUrl = SGL_BASE_URL; $text = <<< HTML
 
Seagull PHP Framework Seagull PHP Framework
HTML; return $text; } } ?>