Page 2 of 2

Re: Translation for "previous page, next page and You are here?"

Posted: Mon Jan 29, 2007 8:25 pm
by Dr.CSS
It's using Navigation: Simple - Vertical... you will find it in Layout > Style Sheets

Re: Translation for "previous page, next page and You are here?"

Posted: Wed Jan 31, 2007 10:48 pm
by Pierre M.
eeadotcom wrote: ...
If I fave "you are here", "previous page", "next page" and "^ top" in the site, it is supposed to have it written in some file in some directory, right?!

I opened ALL files and no one have these words  ???
May be your egrep -r doesn't work... I had found them inside some functions selflink.php which I patched to add fr support. And now, I just write :
{cms_selflink lang='fr' dir="previous"} {cms_selflink lang='fr' dir="next"}
If I want to switch to another language, I just change the lang='fr' thing.
Hope it helps.
PM