Hi Skrol!
Perhaps you know this, but I thought I should mention it. If you type "var" instead of "val" like:
<td class="row4" align="center" valign="middle" width="30" height="30"><img src="skins/MorpheusXSteelBlue/[var.file_status;if [var]='1';then 'folder_new_big.gif';else 'folder_big.gif']" width="28" height="32" alt="No comments" title="No comments" /></td> |
in your IF, my Linux server almost crashes. The LOAD is rising from 0.5 to more than 15.
If you use the right
[var.file_status;if [val]='1';
instead of
[var.file_status;if [var]='1';
everything is fine.
Perhaps you should create an error msg if an IF is used incorrectly.
Regards,
Claus