Template Parse Error!
There was a problem loading the /Themes/default/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.
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in .../Themes/default/index.template.php on line 229
220: echo '
221: <!-- start of LinkzBot.com Javascript -->
222: <script type="text/javascript">
223: function linkbot(url)
224: {
225: var width = 650;
226: var height = 250;
227: var left = (screen.width - width)/2;
228: var top = (screen.height - height)/2;
229: var params = 'width='+width+', height='+height;
230: params += ', top='+top+', left='+left;
231: params += ', scrollbars=1';
232: newwin=window.open(url,'linkbot', params);
233: if (window.focus) {newwin.focus()}