This question already has an answer here:
I am receiving the this error
"Parse error: syntax error, unexpected T_ECHO"
with the following php code. I've checked brackets and quotes but I can't seem to find it.
<?php
if(!$_GET['ae']):
_e('<a href="'.echo get_permalink(icl_object_id(9132, 'page', true)).'" class="row">foo</a>');
endif;
?>
</div>