Page 1 of 1

Information pages

Posted: Sat Nov 19, 2011 3:26 am
by zebdev
Hi there,

I have created my own theme and moved the information pages from the footer to the header.tpl file. They show on my site and work fine in terms of calling information entered by the user within the admin area.

However, the contact page has a template called contact. File copies from default theme to my custom theme. This template is not shown for my contact page if you click on contact link in the header. If you click on the contact link in the footer it shows the form.

I need to call the template file in my header somehow? Anyone have any ideas?

Thank you

Re: Information pages

Posted: Sat Nov 19, 2011 5:57 am
by inactiveaccount9912
No you dont. The link to the contact page needs to be valid. Provide a link to your website to take a look.

Re: Information pages

Posted: Sat Nov 19, 2011 4:46 pm
by SXGuy
sounds to me like hes fogotten to move the controller info for contact us to the header.php file.

Re: Information pages

Posted: Sat Nov 19, 2011 5:39 pm
by zebdev
Hi SXGuy,

Do I need to copy code from controller/information/contact.php in to controller/common/header.php?

Oh and Im a she :)

Thank you,

Re: Information pages

Posted: Sat Nov 19, 2011 6:32 pm
by inactiveaccount9912
Not from contact.php but from footer.php. And not the code of the contact page , but the code of the link. A link to your website would help.

Re: Information pages

Posted: Sat Nov 19, 2011 9:44 pm
by zebdev
Thank you I will give that a try. My website is being coded on my localhost and not wanting to let it go online etc yet. Thank you for the direction :)

Re: Information pages

Posted: Sun Nov 20, 2011 12:19 am
by SXGuy
catalog/controller/common/footer.php

find the lines for contact us and copy them to

catalog/controller/common/header.php