[opencms-dev] cms:include not including in newly created file
Marcus Popetz
marcus at roundpeg.com
Wed Jun 7 18:58:27 CEST 2006
At 12:37 PM 6/7/2006, Corbey, Clayton wrote:
>I'm not familiar with the lingo 'dirty'. My guess is that it means a
>cached file?
dirty = changed = needing to be recompiled. That's what "touch"
does...marks it as "dirty". Just different words for the same thing.
>Here's the scoop. I created a NEW template
>
>/system/modules/ca.mb.westmanlab/templates/westmanlab
>
>The template has <cms:template property="head" /> (and more!) in it.
Just to be sure, you can't have the trailing "/" on that because it means
the tag is ending. So you need:
<cms:template property="head">
my stuff
</cms:template>
-mp
More information about the opencms-dev
mailing list