erreur de codage

erreur de codage - PHP - Programmation

Marsh Posté le 07-07-2008 à 12:35:25    

Bonjour alors voila après installation du site et modification du template sur la page d'accueil http://comdescoms.e3b.org/ j'ai une erreur  
 
Parse error: syntax error, unexpected $end in /home/c/comdescoms/html/templates/siteground87/index.php on line 85
 
voila l'integralité du fichier ! je ne trouve pas l'erreur  
 

Code :
  1. <?php
  2. defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
  3. // needed to seperate the ISO number from the language file constant _ISO
  4. $iso = split( '=', _ISO );
  5. // xml prolog
  6. echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
  7. ?>
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml">
  10. <head>
  11. <?php
  12. if ( $my->id ) {
  13. initEditor();
  14. }
  15. ?>
  16. <?php mosShowHead(); ?>
  17. <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
  18. <?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?>
  19. <link rel="alternate" type="application/rss+xml" title="<?php echo $mosConfig_sitename?>" href="<?php echo $mosConfig_live_site;?>/index.php?option=com_rss&feed=RSS2.0&no_html=1" />
  20. <!--[if lte IE 7]>
  21. <link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_ie.css" rel="stylesheet" type="text/css" />
  22. <![endif]-->
  23. </head>
  24. <body>
  25. <div id="page_bg">
  26.  <div  id="center">
  27.   <!--topmenu start-->
  28.    <div class="topmenu">
  29.      <?php include'menu.php'; ?>
  30.    </div>
  31.   <!--topmenu end-->
  32.   <!--header start-->
  33.   <div id="header">
  34.    <div id="sitename">
  35.     <table cellspacing="0" cellpadding="0" style="width: 1000px; height: 140px; text-align: center; margin: 0 auto;">
  36.      <tr><td style="text-align: center; vertical-align: middle;">
  37.       <p><?php echo $GLOBALS['mosConfig_sitename']?></p>
  38.      </td></tr>
  39.     </table>
  40.    </div>
  41.   </div>
  42.   <!--header end-->
  43.   <!--center start-->
  44.   <div class="center">
  45.     <div id="wrapper">
  46.      <div id="content">
  47.     <!--if left or right collum start-->
  48.     <?php if ( mosCountModules( 'left' ) ) { ?>
  49.       <div id="leftmenu">
  50.        <?php mosLoadModules('left' , '-3'); ?>
  51.        <? $sg = 'banner'; include "templates.php"; ?>
  52.       </div>
  53.     <? } ?>
  54.     <?php if ( mosCountModules( 'right' ) ) { ?>
  55.     <div id="main">
  56.     <? } else { ?>
  57.     <div id="main_full">
  58.     <? } ?>
  59.      <?php mosMainBody(); ?>
  60.     </div>
  61.     <?php if ( mosCountModules( 'right' ) ) { ?>
  62.      <div id="rightmenu">
  63.       <?php mosLoadModules ( 'right' , '-3'); ?>
  64.      </div>
  65.     <? } ?>
  66.     <div class="clr"></div>
  67.     <!--if left or right collum end-->
  68.      </div>
  69.     </div>
  70.   </div>
  71.   <!--center end-->
  72.   <!--footer start-->
  73.    <div id="footer">
  74.     <p class="copyright"><? $sg = ''; include "templates.php"; ?></p>
  75.    </div>
  76.   <!--footer end-->
  77.  </div>
  78. </div>
  79. </body>
  80. </html>


 
Merci de votre aide :)


Message édité par Elmoricq le 07-07-2008 à 18:18:28
Reply

Marsh Posté le 07-07-2008 à 12:35:25   

Reply

Marsh Posté le 07-07-2008 à 13:44:16    

commence par remplacer tous tes <? par des <?php  :o

Reply

Marsh Posté le 07-07-2008 à 18:17:23    

je viens de le faire toujour rien :s la meme phrase d'erreur

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed