[opencms-dev] including two files in a template
Dieter Tengelmann
tengelmann at chefmail.de
Wed Jul 14 00:49:01 CEST 2004
Hallo,
I want to include two files in a template, something like this:
<cms:include file="/aktuell/aktuellElement.html" element="body"/>
<cms:include file="/index.html" element="body"/>
what is wrong? is in not allowed to include more than one file?
but then I get the content of the first file (aktuellElement.html) twice!!!
If it would be vice-versa
<cms:include file="/index.html" element="body"/>
<cms:include file="/aktuell/aktuellElement.html" element="body"/>
everything seems ok...
what is wrong above?
Thanks...
More information about the opencms-dev
mailing list