Updated 5.3.2 to 5.4.0.5... Logo.png is missing...

Permalink
Updated from 5.3.2 to 5.4.0.5
For some reason the Site logo is missing and has changed to the default text of my site name. When looking at the header.php I get the following:
<h1 id="logo"><!--
--><a href="<?php echo DIR_REL?>/"><?php
$block = Block::getByName('My_Site_Name');
if( $block && $block->bID ) $block->display();
else echo SITE;
?></a><!--
--></h1>

This looks a lot different then what I looked at with 5.3.2... How can I add my logo.png file back? I'm just using the default theme...

 
ss98bs replied on at Permalink Reply
Found my own mistake...

<img src="<?php echo $this->getThemePath()?>/images/logo.jpg" alt="logo" />
bryanlewis replied on at Permalink Reply
bryanlewis
Okay cool. I was looking into it for you but I didn't see anything missing.
wissam replied on at Permalink Reply
im having the same problem and im new to php, this didnt make sense to me, do i have to reload the logo in a different directory?
Mnkras replied on at Permalink Reply
Mnkras
in the scrapbook create a content block,

put whatever you want in it, hit save, now hit rename,

put in My_Site_Name in that box