Hi there - I have just been editing a small php file on from my website and am suddenly getting the following error.
Parse error: syntax error, unexpected '=' in /home/unibco/public_html/bitrix/templates/.default/components/bitrix/blog.rss.link/vertical/template.php on line 13
This is the code that the error is in, am I missing something very simple?!
<?
if(!empty($arResult))
{
?><?
foreach($arResult as $v)
{
?><?
}
?>
<div>
<table width="0" cellpadding="0" cellspacing="5" border="0" align="center">
<tbody>
<tr><td><?=$v["url"]? __bxhref="<?=$v[">" title=<?=$v["name]?></td></tr>
</tbody>
</table>
</div>
Any help gratefully received, I'm stumped and it's really messed up my page.
Thanks,
Neil