OK réalisé de la forme suivante, mais pas d'amélioration et toujours message d'erreur qui s'affiche sur le site
Prochain changement ?
<?php
/**
* @copyright Copyright (C) 2005 - 2009 RocketTheme, LLC - All Rights Reserved.
* @license GNU/GPL, see LICENSE.php
**/
defined( '_JEXEC' ) or die( 'Restricted access' );
define( 'YOURBASEPATH', dirname(__FILE__) );
$color_style = $this->params->get("colorStyle", "dark");
$template_width = $this->params->get("templateWidth", "962");
$leftcolumn_width = $this->params->get("leftcolumnWidth", "210");
$rightcolumn_width = $this->params->get("rightcolumnWidth", "210");
$leftcolumn_color = $this->params->get("leftcolumnColor", "color2");
$rightcolumn_color = $this->params->get("rightcolumnColor", "color1");
$mootools_enabled = ($this->params->get("mootools_enabled", 1) == 0)?"false":"true";
$caption_enabled = ($this->params->get("caption_enabled", 1) == 0)?"false":"true";
$rockettheme_logo = ($this->params->get("rocketthemeLogo", 1) == 0)?"false":"true";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
">
<html xmlns="
www.w3.org/1999/xhtml
" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<?php
JHTML::_('behavior.mootools');
?>
<?php
require(YOURBASEPATH . DS . "rt_utils.php");
?>