[html-template-devel] Dynamic TMPL_INCLUDE

18 Jan
2006
18 Jan
'06
9:18 a.m.
Hello, How does one name the files to include dynamically? I've tried <!-- TMPL_INCLUDE <!-- TMPL_VAR include_file --> --> but obviously it didn't work. I also tried something like: # template file <!-- TMPL_VAR include --> # code ...(:include "<!-- TMPL_INCLUDE 'b.tmpl' -->")... It didn't work, since HTML-TEMPLATE only fills the tags once. Thank you in advance. -- '(Yours parenthetically), peter barabas.

20 Jan
20 Jan
12:56 p.m.
Hi Peter! Sorry for the delay, I'm having the flu... :( On Wed, 18 Jan 2006 10:18:10 +0100, Peter BARABAS <peter.barabas@gmail.com> wrote:
How does one name the files to include dynamically?
There's currently no way to do that. You'll have to code this yourself. (Patches welcome... :) Cheers, Edi.
7113
Age (days ago)
7115
Last active (days ago)
1 comments
2 participants
participants (2)
-
Edi Weitz
-
Peter BARABAS