Hi,
I got a problem with the latest version of the FastTemplate class. Somehow it does not see the { } tags in the .TPL file. If I would use a .TPL Like this:
<head>
<title>{TITLE}</title>
</head>
<body>
</body
And than use FastTemplate to assign "Home page" to {TITLE}. It will produce the following output:
<head>
<title.{Home page}</title>
</head>
<body>
</body>
When I remove the { } tags, FastTemplate still see's the TITLE as a variable in the TPL file and replaces it by "Home page", but...
the designer uses DreamWeaver 4 to create the templates and Dreamweaver automatic adds the {} tags to a "Template edit" region.
How can a solve this problem?
Greetings,
Joost Moesker.