[Catalyst] Howto combine Catalyst(and TT) developers and Dreamweaver web designers?

Bogdan Lucaciu bogdan at wiz.ro
Sat Jan 27 12:47:56 GMT 2007


On Saturday 27 January 2007 13:41, Gert Burger wrote:
> Now my question is, how does one segment the project/html so that the
> web designers can easily change static sections of pages while allowing
> me to actually use TT in a modular way?

you could try something like: 

# this is where the designers hang
lib/wrapper.tt 

#misc blocks the designers can include in the sidebar/header
lib/blocks/newsfeed.tt
lib/blocks/poll.tt

#each action, wrapped by wrapper.tt
actions/name/space/action.tt 

teach them about [% PROCESS %] and [% WRAPPER %] 

-- 
Bogdan Lucaciu
http://www.wiz.ro



More information about the Catalyst mailing list