Installed the Woopra code on my forum - http://www.ablakeforum.com - it's an SMF forum (1.14)...
The code is giving a parsing error:
Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in .../Themes/Musiconica/index.template.php on line 581
579: </center>
580: <script type="text/javascript">
581: var woopra_id = '1825587833';
582: </script>
583: <script src="http://static.woopra.com/js/woopra.js"></script>
584: </body></html>';
585: }
I thought it might have been conflicting w/ the .js from OpenTracker which I use on the forum, but after removing the OpenTracker code and just leaving the Woopra code I still got the parsing error above...
How can I fix this?
Thanks!
not a support question