Hi, I was trying to add the "goggle plus one" button to my site. Somehow, I made a mistake. Now, I keep getting the following message on my site. It reads...
Parse error: syntax error, unexpected '(', expecting T_STRING or T_VARIABLE or '{' or '$' in /home/blessed/public_html/app/design/frontend/default/theme223/template/catalog/product/view.phtml on line 98
Here is the code from line 98
<p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->('Email to a Friend') ?></a></p>
I'm not experienced with coding so I'm not exactly sure where the problem is. I'd really appreciate some help.
Thanks