Vi posto il template, la parte dell'head:
<?php
defined('_JEXEC') or die('Restricted access');
$url = clone(JURI::getInstance());
$showRightColumn = $this->countModules('user1 or user2 or right or top');
$showRightColumn &= JRequest::getCmd('layout') != 'form';
$showRightColumn &= JRequest::getCmd('task') != 'edit'
?>
<?php echo '<?xml version="1.0" encoding="utf-8"?'.'>'; ?>
<!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; ?>">
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/mont_blackpipes/css/template_css.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/mont_blackpipes/css/borders.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/mont_blackpipes/css/grafics.css" rel="stylesheet" type="text/css">
<!--[if lte IE 6]>
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/mont_blackpipes/css/grafics6.css" rel="stylesheet" type="text/css">
<![endif]-->
</head>