include folder error
Brought to you by:
samtregar
Hy!
My problem is with the following situation:
when a site.tmpl contains:
<TMPL_INCLUDE include/box2_start.tmpl>
<TMPL_INCLUDE include/box2_end.tmpl>
<TMPL_INCLUDE include/box2_start.tmpl> <!-- here is the error -->
<TMPL_INCLUDE include/box2_end.tmpl>
i have simple box_start ant box_end templates too, and the end of the boxes does not different, so the include/box2_end.tmpl looks like this:
<TMPL_INCLUDE box_end.tmpl>
The problem is from the marked line in the site.tmpl I got an error, what tells me how include/box2_start.tmpl does not found, and when I changed the lines after the error to
<TMPL_INCLUDE box2_start.tmpl> ...etc
it found them...
Please tell me if it isn't clear, I send my files unchanged...