{strip}
A small fast Template Engine for PHP, without a huge framework.
Brought to you by:
gasdeveloper
using {strip}{/strip} is causing the folling warning:
E_WARNING (2): File "/TemplateLite_v2.10/class.template.php(745) : eval()'d code", Line: 1!
--> array_pop() [function.array-pop]: The argument should be an array
--> ViewSide.tpl
testing the argument (is_array) of array_pop may help to remove this warning?
Anonymous