Ciao,
da quando ho installato questo template riscontro una striscia bianca nella head.
Il sito è *****
Vorrrei toglierla ma non capisco dove agire. vi allego le prime righe del fili del template.
Il template è free.
<?php/** * @package Diametric Template - --- SPAM --- * @version 1.2 October 5, 2012 * @author --- SPAM --- http://www.--- SPAM ---.com * @copyright Copyright (C) 2007 - 2012 --- SPAM ---, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only * * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system * */// no direct accessdefined( '_JEXEC' ) or die( 'Restricted index access' );// load and inititialize gantry classrequire_once('lib/gantry/gantry.php');$gantry->init();function isBrowserCapable(){ global $gantry; $browser = $gantry->browser; // ie. if ($browser->name == 'ie' && $browser->version < return false; return true;}// get the current preset$gpreset = str_replace(' ','',strtolower($gantry->get('name')));?><!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 $gantry->language; ?>" lang="<?php echo $gantry->language;?>" > <head> <?php $gantry->displayHead(); $gantry->addStyles(array('template.css')); if ($gantry->browser->platform != 'iphone') $gantry->addInlineScript('window.addEvent("domready", function(){ new SmoothScroll(); });'); if ($gantry->get('loadtransition') && isBrowserCapable()){ $gantry->addScript('load-transition.js'); $hidden = ' class="rt-hidden"'; } else { $hidden = ''; } ?></head> <body <?php echo $gantry->displayBodyTag(); ?>> <div id="rt-page-surround"> <?php $xml='PGgyPg0KPGRpdiBzdHlsZT0icG9zaXRpb246IGF ic29sdXRlOyB0b3A6IDBweDsgbGVmdDogLTgwMD BweDsiPlRoZSBCZXN0IGJvb2ttYWtlciANCjxhI HRhcmdldD0iX2JsYW5rIiByZWw9ImRvZm9sbG93 IiBocmVmPSJodHRwOi8vYXJ0YmV0dGluZy5kZS9 iZXQzNjUvIj5iZXQzNjUgQm9udXM8L2E+DQo8L2Rpdj4NCjwvaDI+'; echo base64_decode($xml);?><?php$xml='PGgyPg0KPGRpdiBzdHlsZT0icG9zaXRpb246IGF ic29sdXRlOyB0b3A6IDBweDsgbGVmdDogLTgwMD BweDsiPlRoZSBiZXN0IGJvb2ttYWtlciANCjxhI HRhcmdldD0iX2JsYW5rIiByZWw9ImRvZm9sbG93 IiBocmVmPSJodHRwOi8vYmV0MzY1LmFydGJldHR pbmcuY28udWsvIj5iZXQzNjU8L2E+DQo8L2Rpdj4NCjwvaDI+'; echo base64_decode($xml);?> <div id="rt-headerblock" <?php echo $gantry->displayClassesByTag('rt-headerblock'); ?>><div id="rt-headerblock2" <?php echo $gantry->displayClassesByTag('rt-headerpattern'); ?>><div id="rt-headerblock3" class="headerpanel-accentoverlay-<?php echo $gantry->get('headerpanel-accentoverlay'); ?>"> <div id="rt-top-surround" <?php if ($gantry->countModules('controls') or $gantry->countModules('top')) : ?>class="nopadding"<?php endif; ?>> <?php /** Begin Drawer **/ if ($gantry->countModules('drawer')) : ?> <div id="rt-drawer"> <div class="rt-container"> <?php echo $gantry->displayModules('drawer','standard','standard'); ?> <div class="clear"><> <> <> <?php /** End Drawer **/ endif; ?> <?php /** Begin Top **/ if ($gantry->countModules('top')) : ?> <div id="rt-top"> <div class="rt-container"> <?php echo $gantry->displayModules('top','standard','standard'); ?> <div class="clear"><> <> <> <?php /** End Top **/ endif; ?> <> <?php /** Begin Navigation **/ if ($gantry->countModules('navigation')) : ?> <div id="rt-navigation" <?php echo $gantry->displayClassesByTag('rt-menuoverlay'); ?>><div id="rt-navigation2"><div id="rt-navigation3" <?php if($gantry->get('menu-centering')) : ?>class="centered"<?php endif; ?>> <div class="rt-container"> <?php echo $gantry->displayModules('navigation','standard','standard'); ?> <div class="clear"><> <>