getName().$block_id; $class=$this->getName().'_block'; $title=$this->getTitle(); $content = '
'; $content .= whoisonline(); $content .= "
"; if ($template) { require WT_THEME_DIR.'templates/block_main_temp.php'; } else { return $content; } } // Implement class WT_Module_Block public function loadAjax() { return false; } // Implement class WT_Module_Block public function isUserBlock() { return true; } // Implement class WT_Module_Block public function isGedcomBlock() { return true; } // Implement class WT_Module_Block public function configureBlock($block_id) { } }