Where to add site name?

Permalink
I am trying to add my site name to the logo text, but it keeps saying CMS Test in the H1 tags. I am using this code,
<div id="logo">
            <a href="<?php echo DIR_REL ?>/" title=""><h1><?php 
               $block = Block::getByName('My_Site_Name');
               if( $block && $block->bID ) $block->display();  
               else echo SITE;
            ?></h1></a>
      </div><!--end logo-->

And in settings I have my site named, (see picture) What am I doing wrong?
Thanks.

1 Attachment