I wanted to use Dreamweaver specialized templates with PHP Website.
Essentially, that means, IMO, associating a specific template with each
page.
I was thinking that a page could have a subclass specification so that
the themes:
theme.tpl, theme.contacts.tpl, theme.donate.tpl
for example, could be used. In the case aboe, contacts and donate are
subclassed from theme.tpl.
I don't really understand the source code too well. The process of how
a page is actually displayed still remains a mystery to me since the
modules seem to be included in a random order.
I also don't know how to modify my dreamweaver files to display certain
modules, including the login/logout interface.
For the first part, I need to understand how a page parameter can be
used to decide which theme is selected and second, I need to understand
how to edit my Dreamweaver templates to show the modules I am interested
in.
Thanks.
-Michael.
|