Header Tag Controller
Inviato: 30/04/2005, 14:52
Ciao a tutti ho installato sul mio OsCommerce la contribution Header Tags Controller, solo che non riesco a farla funzionare ho aggiunto a tutte le pagine la modifica che mi suggerisce
<?php
// BOF: WebMakers.com Changed: Header Tag Controller v1.0
// Replaced by header_tags.php
if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) {
require(DIR_WS_INCLUDES . 'header_tags.php');
} else {
?>
ma quando provo ad aprire il dettaglio del prodotto (product_info.php) mi da il seguente errore:
Parse error: parse error in d:\programmi\easyphp\www\antichi\product_info.php on line 259
lo stesso errore me lo da anche aprendo altre pagine.
Ringrazio tutti in anticipo per l'aiuto
<?php
// BOF: WebMakers.com Changed: Header Tag Controller v1.0
// Replaced by header_tags.php
if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) {
require(DIR_WS_INCLUDES . 'header_tags.php');
} else {
?>
ma quando provo ad aprire il dettaglio del prodotto (product_info.php) mi da il seguente errore:
Parse error: parse error in d:\programmi\easyphp\www\antichi\product_info.php on line 259
lo stesso errore me lo da anche aprendo altre pagine.
Ringrazio tutti in anticipo per l'aiuto