Forums
(@azgard)
16 years, 1 month ago
In my case the issue was with php code surrounded by <? ?> instead of <?php ?>. When I changed the surrounding escape markers with the latter ones everything started working correctly.