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
_______________________________________________
List: Catalyst lists.rawmode.org
Listinfo: ht
tp://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-
archive.com/catalyst lists.rawmode.org/
Dev site: http://dev.catalyst.per
l.org/
|