Just bought the theme and wondered about the block in header 'My_Site_Name'

Permalink Browser Info Environment
Is this a global block or page specific; how to I add the block for the logo in the header; right now it's displaying the SITE name.

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

Type: Discussion
Status: New
pixelhandler
View Replies:
mengle123 replied on at Permalink Reply
mengle123
If you want to display your logo instead of your site name, change your code to

<div class="logo">
      <!--
         --><a href="<?php  echo DIR_REL?>/" ><img src="<?php  echo $this->getThemePath()?>/images/logo.gif" /></a><!--
         -->
      </div>


Just be sure to save your logo file into your theme's images folder.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.