Thorsten Scherler wrote:
Hmm, since we decided to change the name of tiles to panels (see the
thread on dev) I did expect that this commit would have addressed this
issue as well.

Let me explain why the commit is not really how we want it.

On Tue, 2007-03-20 at 15:50 +0000, Ross Gardler wrote:
Why is common-fo.vt.xml in html directory rather than the fo directory?

This should go into the "panels" directory of the theme directory since
it is an "old" tiles.

Panels do not care which contracts they contain. Meaning that for
internal processing in the dispatcher pelt-css.vt.xml will not be
treated different then common-fo.vt.xml.
The fo/css in the naming only shows which aggregation of contract and
hook (in short panel) are addressed.

Panels do not belong in the html nor in the fo nor in css nor in ....
directory but in a directory on its on like e.g.
themes/pelt/panels
themes/common/panels



That makes sense.

Ross