Posted by new123456789 on January 8, 2013 at 7:33am
I would like to have a few different pages on my site, all slightly different from one another eg. FAQ, contact us, search, search results...
Do I need to create a separate page.tpl for each of these? Or have a single template but create new Content Types for each of the pages?
I have just moved on from another CMS which was quite different so still getting used to Drupal ...
Comments
---
If you'd like a form for the "Contact Us" page I'd suggest using the Webform module.
Search results are defined by Drupal, but you have the ability to override.
As for the FAQ, that really depends on what you want to display. Just plain text, anchor tags, jQuery, etc. Those samples can all be incorporated into a plain old drupal page. You would just have to alter the theme's .info file to add in any additional javascript files.
Thank you cfox!!!
Thank you cfox!!!