Non riesco ad inserire i banner pubblicitari sul mio forum...
modificando il template del tema da me utilizzato, incollando lo script, nel forum viene generato un errore:
Codice:
Template Parse Error!
There was a problem loading the /Themes/camo/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.
Ora io non conosco affatto gli script java e non saprei dove mettere mano per aggiungere gli slash al posto giusto...
Chi mi sa aiutare?
lo script sarebbe questo:
Codice:
<script type="text/javascript">
//<![CDATA[
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=125X125/r='+new Date().getTime()+'"><\/s'+'cript>');
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=728X90/r='+new Date().getTime()+'"><\/s'+'cript>');
//]]>
</script>
Grazie