Errors when inserting Tab widget's code into my PHP site that uses Smarty templates

Avatar
  • updated
  • Answered
When i inserted code i am got error
SIte stops working
FAQ
Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered
You must wrap your widget code in template file with {literal} tag
Look for example:

{literal}
widget code here
{/literal}
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered
You must wrap your widget code in template file with {literal} tag
Look for example:

{literal}
widget code here
{/literal}