SMF Support > Install and Upgrade Help
Parse error when changing footer
(1/1)
shutiri:
Hi again...
I had everything working fine, but when I tried to change the footer, I received this error:
--- Quote ---Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/huecos/public_html/foro/Themes/default/index.template.php on line 322
--- End quote ---
The code of th footer is:
--- Code: --- // Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
echo '
<div style="background-color: white; border-top: 1px solid gray; text-align: center; padding-bottom: 1ex;', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' width: 100%;' : '', '">
<script language="JavaScript" type="text/javascript"><!--
function smfFooterHighlight(element, value)
{
element.src = smf_images_url + "/" + (value ? "h_" : "") + element.id + ".gif";
}
// --></script>
<table cellspacing="0" cellpadding="3" border="0" align="center" width="100%">
<tr>
<td colspan="3" align="right" valign="middle"> <div align="center">
<table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td valign="bottom" background="http://www.huecos.com/images/fondo.jpg" bgcolor="#FFFFFF">
<div align="center"><font color="#666666"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
<a href="http://www.huecos.com" style="cursor:hand; text-decoration:underline; color:666666" TITLE="Volver al inicio">inicio</a>
| <a href="http://www.huecos.com/foro/" style="cursor:hand; text-decoration:underline; color:666666" TITLE="chistes, teorias, el hueco del mes, cartas...">foros</a> |
<a href="http://www.huecos.com/fotos/" style="cursor:hand; text-decoration:underline; color:666666" TITLE="fotos de huecos ordenadas por nivel">fotos</a>
</font><font color="#666666"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">|
THIS IS 322 <a href="http://www.huecos.com/como_funciona.htm" onclick="NewWindow(this.href,'como_funciona','700','600','no','center');return false" onfocus="this.blur()" style="cursor:hand; text-decoration:underline; color:666666" TITLE="como funciona huecos.com ?">cómo
funciona </a></font></strong></font> <font size="1" face="Verdana, Arial, Helvetica, sans-serif">|
<a href="http://www.huecos.com/anunciese.htm" onclick="NewWindow(this.href,'anunciese','700','600','no','center');return false" onfocus="this.blur()" style="cursor:hand; text-decoration:underline; color:666666" TITLE="anúnciese en huecos.com">anúnciese
</a></font><font size="1" face="Verdana, Arial, Helvetica, sans-serif">|
<a href="http://www.huecos.com/como_ayudar.htm" onclick="NewWindow(this.href,'Como_ayudar','700','600','no','center');return false" onfocus="this.blur()" style="cursor:hand; text-decoration:underline; color:666666" TITLE="cómo ayudar a huecos.com">cómo
ayudar</a> | <a href="http://www.huecos.com/links.htm" onclick="NewWindow(this.href,'sitios_de_Costa_Rica','700','600','no','center');return false" onfocus="this.blur()" style="cursor:hand; text-decoration:underline; color:666666" TITLE="recomendaciones de sitios en costa rica">sitios
de costa rica</a> | </font><font color="#666666"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
<a href="http://www.huecos.com/contacto.htm" onclick="NewWindow(this.href,'Contactenos','700','600','no','center');return false" onfocus="this.blur()" style="cursor:hand; text-decoration:underline; color:666666" TITLE="contacte a huecos.com">contáctenos</a></font></strong></font></strong></font></div></td>
</tr>
<tr>
<td background="http://www.huecos.com/fotos/themes/mac_ox_x/images/tableh2_bg.gif">
<p align="center"><font color="#333333" size="1" face="Arial, Helvetica, sans-serif">huecos.com©
2003 - san josé costa rica -</font><font color="#FFFFFF" size="1" face="Arial, Helvetica, sans-serif">
<a href="http://www.huecos.com/contactenos.htm">contactenos</a></font><font face="Arial, Helvetica, sans-serif"><br>
<font color="#333333" size="1">diseño:</font><font color="#FFFFFF" size="1">
<font face="Arial, Helvetica, sans-serif"><a href="http://www.bananadesigns.com">banana
designs</a></font></font></font></p></td>
</tr>
</table>
</div>
<div align="center"></div></td>
</tr>
<tr>
<td colspan="3" align="right" valign="middle"> </td>
</tr>
<tr>
<td width="28%" align="right" valign="middle"> </td>
<td align="right" valign="middle"> </td>
<td width="28%" align="left" valign="middle"> </td>
</tr>
<tr>
<td valign="middle" align="right"> </td>
<td align="right" valign="middle"> </td>
<td valign="middle" align="left"> </td>
</tr>
<tr>
<td valign="middle" align="right"> </td>
<td align="right" valign="middle"><div align="center">', theme_copyright(),
' </div></td>
<td valign="middle" align="left">
<!-- Begin Nedstat Basic code -->
<!-- Title: Guia de manejo en Costa Rica -->
<!-- URL: http://www.huecos.com/index.htm -->
<div align="right">
<script language="JavaScript" type="text/javascript" src="http://m1.nedstatbasic.net/basic.js">
</script>
<script language="JavaScript" type="text/javascript" >
<!--
nedstatbasic("ACa+XgLRdb6JbJ4xhK1vY7Fy9LCg", 0);
// -->
</script>
<noscript>
<a target="_blank" href="http://v1.nedstatbasic.net/stats?ACa+XgLRdb6JbJ4xhK1vY7Fy9LCg"><img
src="http://m1.nedstatbasic.net/n?id=ACa+XgLRdb6JbJ4xhK1vY7Fy9LCg"
border="0" nosave width="18" height="18"
alt="Nedstat Basic - Free web site statistics"></a>
</noscript>
<!-- End Nedstat Basic code -->
</div></td>
</tr>
</table>';
// Show the load time?
--- End code ---
when I run only this code in a simple html file, it works correctly...
What am I doing wrong ?
Ben_S:
On line 322 replace the ' with \'
shutiri:
Hi.
Thank you for your answers.
the only ' on line 322 are these ones:
--- Code: ---NewWindow(this.href,'como_funciona','700','600','no','center');
--- End code ---
I tried replacing every one, but it didn't worked ::) Could you be a little more specific please ?
shutiri.
[Unknown]:
Please replace ALL the ' with \' in the code you added to the footer...
-[Unknown]
shutiri:
great !! thank you. I really appreciate your answers.
shutiri.
Navigation
[0] Message Index
Go to full version