Hi, i'm having a slight problem with an smf template i'm using in conjunction with subdreamer cms. I skin the forum and i get this error

Template Parse Error!
There was a problem loading the /Themes/FerryTema/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.
syntax error, unexpected T_STRING, expecting ',' or ';'

I've narrowed it down to one line of code. 530.

<div id="sdfooter"><div class="footer_1" onMouseOver="this.className='footer_1_hover'" onMouseOut="this.className='footer_1'"><div class="footer_2" onMouseOver="this.className='footer_2_hover'" onMouseOut="this.className='footer_2'"><div class="footer_3" onMouseOver="this.className='footer_3_hover'" onMouseOut="this.className='footer_3'"><a href="http://www.rune-help.info/index.php?categoryid=1" class="sdfooter">Home</a></div></div></div><div class="footer_1" onMouseOver="this.className='footer_1_hover'" onMouseOut="this.className='footer_1'"><div class="footer_2" onMouseOver="this.className='footer_2_hover'" onMouseOut="this.className='footer_2'"><div class="footer_3" onMouseOver="this.className='footer_3_hover'" onMouseOut="this.className='footer_3'"><a href="http://www.rune-help.info//forums/index.php" class="sdfooter">Forum</a></div></div></div><div class="footer_1" onMouseOver="this.className='footer_1_hover'" onMouseOut="this.className='footer_1'"><div class="footer_2" onMouseOver="this.className='footer_2_hover'" onMouseOut="this.className='footer_2'"><div class="footer_3" onMouseOver="this.className='footer_3_hover'" onMouseOut="this.className='footer_3'"><a href="http://www.rune-help.info/index.php?categoryid=3" class="sdfooter">Image Gallery</a></div></div></div><div class="footer_1" onMouseOver="this.className='footer_1_hover'" onMouseOut="this.className='footer_1'"><div class="footer_2" onMouseOver="this.className='footer_2_hover'" onMouseOut="this.className='footer_2'"><div class="footer_3" onMouseOver="this.className='footer_3_hover'" onMouseOut="this.className='footer_3'"><a href="http://www.rune-help.info/index.php?categoryid=4" class="sdfooter">Links</a></div></div></div><div class="footer_1" onMouseOver="this.className='footer_1_hover'" onMouseOut="this.className='footer_1'"><div class="footer_2" onMouseOver="this.className='footer_2_hover'" onMouseOut="this.className='footer_2'"><div class="footer_3" onMouseOver="this.className='footer_3_hover'" onMouseOut="this.className='footer_3'"><a href="http://www.rune-help.info/index.php?categoryid=5" class="sdfooter">Contact</a></div></div></div><div class="footer_1" onMouseOver="this.className='footer_1_hover'" onMouseOut="this.className='footer_1'"><div class="footer_2_alt" onMouseOver="this.className='footer_2_hover'" onMouseOut="this.className='footer_2_alt'"><div class="footer_3" onMouseOver="this.className='footer_3_hover'" onMouseOut="this.className='footer_3'"><a href="http://www.rune-help.info/forums/index.php?action=register" class="sdfooter">Register</a></div></div></div></div>

Can someone please identify the problem(s) in this line please? Thanks.

    The code segment you show has no PHP code in it. This looks lik a PHP error where a line is not terminated properly or a nested "}" is missing.

    You probably should as the supplier of the code for the answer.

      I deleted that line as it wasn't essential, the code now works. I'm not entirely sure what the problem was but thanks guys.

        Remember to mark this thread as resolved (if it is) using the thread tools.

          Write a Reply...