Page 1 of 1

vqmod replace dont work when including view in another view

Posted: Sat Jun 20, 2015 8:36 pm
by abc@keyideas.com
I have included one template view [e.g. t1.tpl] in another template view [e.g. t2.tpl] I'm trying to replace a string of [t1.tpl] using vqmod but it does not work as the view is included in another template being rendered. Help me.

Re: vqmod replace dont work when including view in another v

Posted: Sat Jun 20, 2015 9:50 pm
by qahar
you need to add vqmod check manually

Code: Select all

include_once(VQMod::modCheck('your_template.tpl'));