Ciao,
ho modificato l'HTML del template mettendo dentro <head> </head> questo:
<link rel="image_src" href="
http://www.millevite.it/images/stories/Immagini_/logo.jpg"/>
Per sicurezza ti metto tutto il mio head:
<head>
<link rel="image_src" href="
http://www.millevite.it/images/stories/Immagini_/logo.jpg"/>
<jdoc:include type="head" />
<link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<!--[if lte IE 7]>
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/ie6.css" type="text/css" />
<![endif]-->
</head>
Spero tu risolva,
M