Aurora base theme has this template for blockify's logo:
(aurora/templates/blockify/block--logo.tpl.php)

<span id="logo">
  <a href="/" title="<?php print $sitename; ?>" rel="home">
    <?php print render($logo); ?>
  </a>
</span>

This code will always fail when the site is not installed on server's root, because is always linking to the server's root and it must be linking to base_url.

Comments

  • Commit 9f49524 on 7.x-3.x by ChinggizKhan:
    #2200781: Use url to set the blockify template urls
    
iamcarrico’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.