bonjour voila depuis peut j'ai un bug
Comment corriger cette erreur
Merci d’avance
Joomla! 2.5.14
(Ps : le template et protéger par des droit d'auteur)
Deprecated: Function split() is deprecated in /data/filer-6/web/web602/htdocs/templates/home/index.php on line 1
Code:
<?php defined( '_JEXEC' ) or die( 'Access interdit' );JHtml::_('behavior.framework', true);$iso = split( '=', _ISO );echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';?> <!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; ?>" > <head> <jdoc:include type="head" /> <meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>" /> <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> <link href="css/template.css" rel="stylesheet" type="text/css" /> </head> <body> <?php if(file_exists($mosConfig_absolute_path."/components/com_bsq_sitestats/bsqtemplateinc.php")) { require_once($mosConfig_absolute_path."/components/com_bsq_sitestats/bsqtemplateinc.php"); } ?> <div align="center"> <table width="100%" border="0" align="center"> <tr></tr> <tr> <td width="20"align="left" valign="top"> </td> <td width="200"align="left" valign="top"> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><jdoc:include type="modules" name="left" style="xhtml"/><br><br><jdoc:include type="modules" name="left2" style="xhtml"/><br><br><jdoc:include type="modules" name="left3" style="xhtml"/><br><br><jdoc:include type="modules" name="musique" style="xhtml" id="musique"/> </td> <td align="left" valign="top"> <center><div id="outline"> <div id="top_container"></div> <table width="100%" border="0"> <tr> <td align="left" valign="top"> </td> </tr> <tr> <td width="200" align="left" valign="top"><table width="85%" border="0" align="center"> <tr> <td align="left" valign="top"><jdoc:include type="component" /></td> </tr> </table></td> </tr> </table> <div id="bottomcontainer" > <div id="text"><a href="index.php?option=com_aicontactsafe&view=message&layout=message&pf=4&redirect_on_success=" class="postlink">Contact webmaster</a></div> <div id="copyright" align="center"> Tous droits réservés </div> </div></center></td> <td width="200"align="left" valign="top"> </td> <td width="20"align="left" valign="top"> </td> </tr> </table> </div> </div> </div> </div> </div> </div> </body> </html>
Merci d’avance
Joomla! 2.5.14
(Ps : le template et protéger par des droit d'auteur)
Commentaire