Page 1 of 1

Different templates for each page

Posted: Sun 5. Mar 2006, 11:51
by haedjin
Hey all,

I created some templates, almost the same, except for one (title) image.
Now, I want to have a different template shown for each article.
More specifically, I want to change something in my template _before_ the {CONTENT} tag, like this:

Code: Select all

<div id="title"> title image, different for each page</div>
<div id="content">
{CONTENT}
</div>
Any ideas on how to accomplish this? Do I even need different templates for this?