PDA

View Full Version : Separate attributes for index page and for category pages


fire3000
07-01-2005, 07:10 AM
Hey all,

I was wondering if it was possible to have one set of attributes for the front page and separate set for the rest of the pages.

For Example: bold category headings on the index page and normal category headings on the rest of the pages :?:

Also, is it possible to have two separate footer.tpl files in the main.tpl :?: That is, for different types of pages.

I hope this makes sense.

Cheers and thanks in advance.

David
07-01-2005, 03:13 PM
It would require a fair amount of rewroking of the template system, but someone with good knowledge of Smarty could do it. Probably could do some work with CSS for the first item.

solutionsphp
07-01-2005, 05:54 PM
Hello--

Depending on the extend of the differences you want, perhaps some IF statements would help? eg. IF on thispage show this:

Content visible to registered users only.

cheers
SAM :)