I'm getting an "Unterminated String Literal" error on all of these lines.
I am new to PHP so I'm a little lost.
Here's the code:
<a class="download" href="#" onclick="downloadSite('<?php echo $this->_tpl_vars['s']['url']; ?>
', <?php echo $this->_tpl_vars['s']['psid']; ?>
)"><img src="images/download.png" width="20" alt="Download" title="Download" /></a>
Thanks!