Once again, thanks to all of you for the help. I am slowly but surely managing to start the things moving my way. I have one question:
I would like to add link to the contact page in the footer.
I can do it like this:
Code:
<a href="www.mydomain.gr/index.php?main_page=contact_us>Contact us</a>
but I prefer to do it right, like this:
Code:
<?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a>
any one know the syntax for the contact page? or how to find it?
If there is nothing wrong with the first way, I would be fine, just wanted to confirm that..
Once again, thanks to all of you for the help.
Regards, Zoreli