Parse error: syntax error, unexpected '<' in /membri/azzurropartenopeo/wp-content/the
Salve, per sbaglio ho modificato il template del mio sito e adesso visualizzo questo errore : Parse error: syntax error, unexpected '<' in /membri/azzurropartenopeo/wp-content/themes/arras/library/template.php on line 397
Questo sono le ultime righe del codice : la riga 397 č quella dove ho scritto il numero di fianco.
function arras_nav_fallback_cb() {
echo '<ul class="sf-menu menu clearfix">';
wp_list_categories('hierarchical=1&orderby=id&hide _empty=1&title_li=');
echo '</ul>';
}
function arras_debug($exp) {
//if (current_user_can('manage_options')) {
echo '<pre><code style="max-height: 200px; overflow: scroll">' . htmlentities( print_r($exp, true) ) . '</code></pre>';
//}
}
/* End of file template.php */
/* Location: ./library/template.php */
(397)<script type="text/javascript">
/* <![CDATA[ */
document.write('<s'+'cript type="text/javascript" src="http://ad.altervista.org/js.ad/size=120X600/r='+new Date().getTime()+'"><\/s'+'cript>');
/* ]]> */
</script>
Mi aiutate? non so come fare!! ho provato a togliere "<" perņ poi mi segnalava un altro tipo di errore.
Grazie!