By Julien PHAM on
Hi,
Don't know the exact word in english, in french it is "Accueil", when you navigate your site, it is the button to go back to main page. It does not work on my drupal... When I click on it, I stay on current page, don't understand why...
Thanks
Comments
More info please
You are talking about the 'Home' button or 'Back' button in the browser I think. Drupal does not change the behaviour of these buttons. Don't know why you are facing this issue.
Is your site on the Net? If you can post the URI I could check it out.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
My Drupal-powered Blog: ThoughtfulChaos
No, I'm talking about the
No, I'm talking about the navigation url on top of pages.
My website is http://min.lledrith.info
Click on an article, then try to return to main page using navigation url above the article, and it doesn't work...
Look at the html on your
Look at the html on your page, there is no url specified for the link. It should be set to someting like "./". Have you edited your theme template and accidently removed the link?
Mmmm don't think so... and
Mmmm don't think so... and if I change theme, it doesn't work either... look at current bluemarine theme...
If you are running the
If you are running the latest Beta version of Drupal, download the latest CVS version of your theme and this bug is fixed.
Lots of problems all over the place with paths caused by a recent changes to the core code, this was just one of them...
I don't think this is theme
I don't think this is theme related, as I tried several other themes and I still have the error...
Perhaps a bug in a module I downloaded, or in a .inc file I use. (I have taken several cvs files to correct various bugs)
I found the bug, it is an
I found the bug, it is an issue with the HEAD common.inc, I'll file out a bug report...