Global site name block

Permalink
Hi, I deleted this block and now see that I need it. I created a new block but can't seem to make it Global.... I want to put a logo into the site name block on my web page and now see that I should have used the global site name block..

how can I get a global site name block. I did see references in the forum but talked about scapebook.. I don't think I have that version. I am on the latest version.

Help Please

 
mikefatty replied on at Permalink Reply
mikefatty
Hi apply this to you logo div in your header.php :-)

<div id="logo">
<?php 
$a = new globalArea('Navigation');
$a->display($c); 
?>
</div>



/Mike