Hello!
I am attempting to create another static page.
What I did was took faq-en.php and faq-en_center.tpl as a template.
In faq-en.php, I replaced all "faq" with "terms" and then I renamed the 'geturl' from about --> terms
I renamed the faq-en.php to terms-en.php and renamed faq-en_center.tpl to terms-en_center.tpl
I then changed footer link "Terms and Conditions" to point to "terms"
Here is what is strange: the "terms and conditions" would always link to the previous page it was on. For example:
If I were to go to
www.mysite.com/terms-en.php, the page is there. When I scroll down to the link "Terms and Conditions" it links to terms-en.php -- great!
However, if were to hit another link in the footer such as FAQ, and then scroll my mouse over the "terms and conditions"...it would now link to faq-en.php.
Or if I were to hit another link in the footer, such as "About" and then scroll down to "Terms and Conditions"...the link would know point to "About-en.php."
Could someone tell me what I'm doing wrong? Thanks