consider the following:
this crashes my V8, and the only way i can get back into the design tab, is to edit it out of the templates section of the database by hand.
can anyone else {dare to try to} confirm?
PHP Code:
$arrStr = explode("\\", "<actinic:variable name="ProductImageFileName" />");
$arrStr = array_reverse($arrStr);
echo $arrStr[0];
can anyone else {dare to try to} confirm?
Comment