El mar, 22-08-2006 a las 19:34 +0200, Dieter Maurer escribió:
Antonio Beamud Montero wrote at 2006-8-22 19:21 +0200:
... Ok... I want to define a template (like a skeleton), other template (like the body of the skeleton) and lot of templates in sections of the body of the skeleton and reuse the skeleton and the body across all my web... How I can do that?
I do not understand what you precisely want to achieve.
However, you could get something like the example in your original post by:
* define "macroB" at the page level (it uses "macroA")
* make your former "macroB" a "macroC" and define it inside a slot.
Sorry, but I don't understand this... can you give me a simple example (I think is the same I have tried before..) A lot of thanks
* then you can use "macroB" (which will use "macroA" in turn) and fill the slot with a use of "macroC" (or something else).