When clicking on the logo (should take you to home page) the address shows up as http:///.

I am using the base_path.

I modified page.tpl and have it working but not sure if its the proper way to fix it.

div id="header">
    <?php if ($site_name) : ?>
      <h1 id="site-name"><a href="<?php print base_path ?>" title="Index Page"><?php print($site_name) ?></a></h1>
    <?php endif;?>

Comments

sanduhrs’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new674 bytes

I can approve this.
The solution seems also be valid, so I attach a patch.
vg

silurius’s picture

I made this change but now when I click the logo, it takes me to http://www.examplesite.com/admin/base_path instead.

Scar_T’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Thx a lot, I've made the changes. I'll be putting a new version in the near future (maybe in a few days).

Thx again.

stella’s picture

Released in ocadia-5.x-1.0 and ocadia-4.7.x-1.0.

Cheers,
Stella