I have trouble with error
Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\tanthanh\includes\cls_template.php on line 406"
And line 406 in cls_template file
$tag_sel = array_shift(explode(' ', $tag));
switch ($tag_sel)
What do I need to correct?