Different templates for each page

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
haedjin
Posts: 18
Joined: Mon 6. Feb 2006, 11:47

Different templates for each page

Post 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?
Post Reply