I'm tryin to change the formatting of the header (the links to "back to guestbook" and "administration") in addentry.php and I was just wondering where I could find this? I know the one to index is in body.php.
Second little problem, I'm including the guestbook to my current template and the headers now have "<base href=\"http://www.j3ko.com/\">" and all the links point to www.j3ko.com/addentry.php etc.. instead of www.j3ko.com/guestbook/addentry.php.
In config.inc.php:
My temp solution is adding guestbook/ to each of:
Just wondering is there a better way to do this since my admin page doesn't include the template all links point to www.j3ko.com/guestbook/guestbook/...
Carbonize wrote:Go through your config.inc.php line by line and check your entries. It is trying to goto guestbook/guestbook/index.php
what is pointing to guestbook/guestbook/index.php? the link from the admin page? I'm aware, that's y i'm wondering if there's a better solution to my problem then adding guestbook/ to these