Links in the default.php file

Permalink 1 user found helpful
Hey guys,
I have some links that are not part of the editable content. The links are coded into the default.php file, but a lot of them link to pages on my site. I can't figure out how to address them. If I put {CCM:BASE_URL}/index.php/eservices/, for example, and I'm on any other page in the site - it leaves the current location in the address bar and tries to add {CCM:BASE_URL}/index.php/eservices/ to the end of it.
It does the same if I just put /eservices/ or index.php/eservices/.

What am I doing wrong?

stmifaust
 
PatrickCassidy replied on at Permalink Best Answer Reply
PatrickCassidy
I don't know the right way to do it, but when I've had a similar situation I've resorted to typing the full URL and that works:

example:http://www.yoursite.com/index.php/eservices...

I think the other way to do it is with php... but I'm just a designer, so I wouldn't know...

Hope that helps you out anyway! :)
stmifaust replied on at Permalink Reply
stmifaust
Thanks Patrick! That did the trick.
PatrickCassidy replied on at Permalink Reply
PatrickCassidy
No worries champion!