vi ringrazio, ho scaricato l'ultima versione del modulo gk weather 1.0, ma il problema continua a sussistere anche se disabilito la visualizzazione dell'umidità.
forse ci sono problemi nel codice del mio template
index.php
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
// xml prolog
echo '<?xml version="1.0" encoding="'. $this->_charset .'"?' .'>';
$template_width = $this->params->get("templateWidth", "898px");
$banner_height = $this->params->get("bannerheight", "140");
$user123_height = $this->params->get("user125_height", "140");
?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<?php JHTML::_('behavior.mootools'); ?>
<jdoc:include type="head" />
<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/css/template.css" rel="stylesheet" type="text/css" />
................
templateDetails.xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 1.5//DTD template 1.0//EN" "http://dev.joomla.org/xml/1.5/template-install.dtd">
<install version="1.5" type="template">
..................
non so se è questo il pezzo di codice giusto.
comunque in inglese funziona