Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
arh1 (Guest)
arh1 (Guest)
hello,
 
i've got a simple question, but unfortunately i haven't been able to find the answer on these forums or the manual, and support has not replied to my question about it.
 
so, does ViArt use Smarty as its template engine?
 
i'm looking forward to installing the Evaluation version and trying for myself soon, but any answers that the community (or support) can provide in the meantime are appreciated.
 
-- andy
Last modified: 13 Nov 2006 3:28 PM
 
Anjula
Anjula
Hi,
 
No, ViArt uses it's own template system which is very easy to use and customize.
It can have blocks like <!-- begin some_name -->
... some html here ...
<!-- end some_name -->
and can have some tags like
{name}
for parsing blocks in php it uses
$t->parse("some_name", true);
for set tags
$t->set_var("name", "My Name");
 
Regards,
ViArt Support Team