changing/removing a site's name

Permalink 1 user found helpful
Hi,
I'm using Concrete5 for my website, aaaAtlantaWaterDamage.com. I'd like to know if there is a way not to fill "site name" field in settings page. I've noticed there is a "Concrete5" text inserted by default if I let that "site name" field empty.Currently is "welcome", I'd like it empty.
Thanks,
Victor

 
Mnkras replied on at Permalink Reply
Mnkras
what theme are you using? if you are using the default theme copy /concrerte/themes/default to /themes

then go into /themes/default/elements/header.php

then delete:

<!--
         --><a href="<?php echo DIR_REL?>/"><?php 
            $block = Block::getByName('My_Site_Name');  
            if( $block && $block->bID ) $block->display();   
            else echo SITE;
         ?></a><!--
      -->