Gunnar Wolf wrote:
abhishek jain dijo [Sun, Nov 26, 2006 at 01:11:18AM +0530]:
Hi Kolikov,
I think i was not able to explain fully,
1)multi template site for me means like we have one theme for one domain and
other for another domain or lets say one theme on  one day eg. christmas and
another i have at the new year.How to make such and change by changing a
parameter in the database, i have seen such things in php but i want to know
how to do this in embperl.

If you are basically trying to differentiate your sites by having
different _design_ but the same _functionality_, maybe you want to
have different stylesheets - Add in the header of your templates, say:

<link rel="stylesheet" href="/system_style.css" type="text/css">

And you can have completely different presentations. Besides, this
will help separate logic from presentation, which is always good! ;-)

This CSS demo will blow your mind and show you what's possible:
*http://www.csszengarden.com/

Cliff
*

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to