Escaping
How to properly escape html/js code in Smarty templates and PHP files
Introduction
Starting with vtenext version 26.01, all variables outputted by Smarty templates (for example {$V...
Escaping rules
1. Avoid html code in php Avoid generating html code directly in php, or outputting it, if pos...
Cheat sheet
Quick reference if you just need to know how to escape stuff! Do's and Don'ts Use only quer...