Please replace the
<a href="./" title="Home">
with:
<a href="/<?php print url('node'); ?>" title="Home">
else site will be redirected to the default language front page if the logo is clicked.
Please replace the
<a href="./" title="Home">
with:
<a href="/<?php print url('node'); ?>" title="Home">
else site will be redirected to the default language front page if the logo is clicked.
Comments
Comment #1
sangamreddi commentedIf Blumarine theme works well, this theme should work well.
I have got one doubt if I repalce the 'href' with your code by default it will take you to www.example.com/node irrespective of other people's settings.
Anyway i'll test it and try to find a possible solution.
Comment #2
he_who_shall_not_be_named commentedI did this fix on my site and works well (before it didn't). I have the i18n module enabled.
Comment #3
he_who_shall_not_be_named commentedI found the following help text in the admin/settings page (Default front page: settings)
The home page displays content from this relative URL. If you are not using clean URLs, specify the part after "?q=". If unsure, specify "node".
So, the url('node') is safe, because the home page has url('node') as url, I think. It's your choice.
Comment #4
sangamreddi commentedIt was by design, so i can't fix. it has to be fixed in the themplate engine.
I dont know whether this patch has any effect it has been commited to cvs.
replacing the 'href' wont be the best solution. anyway i'll add it to the README file. so other users can make use of it. IMO if someone changes the admin/settings page (Default front page: settings) to something else than 'node' it wont work.
If you have any alternatives just let me know. Thank you for pointing and providing an alternative for that.