Ciao a tutti,
come faccio a correggere questo errore? http://validator.w3.org/check?uri=ht...Inline&group=0
Il "" lo vedo solo nel codice sorgente della pagina e non nel file index.php del template che utilizzo, posto le prime righe del codice se può tornare utile.
Grazie
<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted index access' );
define( 'YOURBASEPATH', dirname(__FILE__) );
require(YOURBASEPATH .DS."/styleswitcher.php");
require( YOURBASEPATH.DS."/js/template.css.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >

Rispondi quotando