the defualt Theme quesiton (header)
this code in the default theme looks for a block to display, if not just displays the site name. How do you rename a content block so it will loadit?
<?$block = Block::getByName('My_Site_Name');
if( $block && $block->bID ) $block->display();
else echo SITE;
?>