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;?>
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | oscadia_page.tpl.php-diff-2006-07-06-17-53-29.patch | 674 bytes | sanduhrs |
Comments
Comment #1
sanduhrsI can approve this.
The solution seems also be valid, so I attach a patch.
vg
Comment #2
silurius commentedI made this change but now when I click the logo, it takes me to http://www.examplesite.com/admin/base_path instead.
Comment #3
Scar_T commentedThx 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.
Comment #4
stella commentedReleased in ocadia-5.x-1.0 and ocadia-4.7.x-1.0.
Cheers,
Stella