Código php:
Ver original
<?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; ?>" dir="<?php echo $this->direction; ?>" > <head> <SCRIPT LANGUAGE="JavaScript" SRC="http://www.cibercolegios.com/scripts/cibercolegios.js"> </SCRIPT> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/plantilla_home/css/screen.css" media="screen,projection"> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/plantilla_home/css/print.css" media="print"> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/plantilla_home/css/stilos.css"> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/plantilla_home/js/swfobject.js"></script> <!--[if IE]> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/plantilla_home/css/ie.css" media="screen,projection"> <![endif]--> <script type="text/javascript"> swfobject.embedSWF("<?php echo $this->baseurl ?>/templates/plantilla_home/swf/header.swf", "banner", "851", "180", "9.0.0", "expressInstall.swf"); swfobject.embedSWF("<?php echo $this->baseurl ?>/templates/plantilla_home/swf/interna.swf", "menu", "851", "133", "9.0.0", "expressInstall.swf"); </script> </head> <body> <div class="container"> <div class="span-24"> <div align="center"> <!-- Aqui va el banner --> <div id="banner"> <h1>Alternative content</h1> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Descargar flash player" /></a></p> </div> </div> </div> <div class="span-24"> <div class="spacer"></div> </div> <div class="span-24"> <div align="center"> <!-- Aqui va el menu --> <div id="menu"> <h1>Alternative content</h1> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Descargar flash player" /></a></p> </div> </div> <div class="span-24"> <div class="spacer"></div> </div> <div class="span-24"> <!-- Inicia Contenido principal--> <div class="main-container"> <div class="top"></div> <div class="middle"> <jdoc:include type="component" /> </div> <div class="footer"></div> <div class="bottom"></div> </div> </div> </div> <jdoc:include type="modules" name="debug" /> <p align="center"><span class="text_menu_header">Desarrollado y Administrado por <a href="http://www.crmbusiness.biz">CRM Business <img src="http://www.crmbusiness.biz/footer/logo_crm.png" border="0" alt="CRM Business"> </img></a></font></p> </script> <jdoc:include type="modules" name="debug" /> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-10436166-1"); pageTracker._trackPageview(); } catch(err) {}</script> </body> </html> [
Pero resulta que en explorer 6 me da un object error y no carga la web, el dominio donde se esta utilizando es http://www.betglemitaspalmira.edu.co alguien me puede decir como lo puedo solucionar?