Hi, the problem is that you have to put a blank space before “mfunc” and “/mfunc” and after them. Like this:
<!– mfunc yarq_display() –><?php if (function_exists(‘yarq_display’)) { yarq_display(); } ?><!– /mfunc –>
I think this should resolve the problem ??