Foros del Web » Creando para Internet » Sistemas de gestión de contenidos » Joomla »

Object Error al cargar plantilla

Estas en el tema de Object Error al cargar plantilla en el foro de Joomla en Foros del Web. Hola, tengo esta plantilla @import url("http://static.forosdelweb.com/clientscript/vbulletin_css/geshi.css"); Código php: Ver original <?php defined ( '_JEXEC' ) or die ( 'Restricted access' ) ; ?>   <?php ...
  #1 (permalink)  
Antiguo 03/11/2009, 10:05
Avatar de el_cesar  
Fecha de Ingreso: mayo-2001
Ubicación: Cali
Mensajes: 2.423
Antigüedad: 22 años, 10 meses
Puntos: 20
Object Error al cargar plantilla

Hola, tengo esta plantilla

Código php:
Ver original
  1. <?php defined('_JEXEC') or die('Restricted access'); ?>
  2.  
  3. <?php echo '<?xml version="1.0" encoding="utf-8"?'.'>'; ?>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
  8.  
  9. <head>
  10.  
  11. <SCRIPT LANGUAGE="JavaScript" SRC="http://www.cibercolegios.com/scripts/cibercolegios.js">
  12. </SCRIPT>
  13.  
  14.     <jdoc:include type="head" />
  15.  
  16.    
  17.  
  18.     <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/plantilla_home/css/screen.css" media="screen,projection">
  19.  
  20.     <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/plantilla_home/css/print.css" media="print">
  21.  
  22.     <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/plantilla_home/css/stilos.css">
  23.     <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/plantilla_home/js/swfobject.js"></script>
  24.  
  25.     <!--[if IE]>
  26.  
  27.         <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/plantilla_home/css/ie.css" media="screen,projection">
  28.  
  29.     <![endif]-->
  30.     <script type="text/javascript">
  31.         swfobject.embedSWF("<?php echo $this->baseurl ?>/templates/plantilla_home/swf/header.swf", "banner", "851", "180", "9.0.0", "expressInstall.swf");
  32.        
  33.             swfobject.embedSWF("<?php echo $this->baseurl ?>/templates/plantilla_home/swf/interna.swf", "menu", "851", "133", "9.0.0", "expressInstall.swf");
  34.        
  35.        
  36.     </script>
  37.  
  38. </head>
  39.  
  40. <body>
  41.  
  42. <div class="container">
  43.  
  44.         <div class="span-24">
  45.  
  46.             <div align="center">
  47.  
  48.               <!-- Aqui va el banner -->
  49.  
  50.             <div id="banner">
  51.             <h1>Alternative content</h1>
  52.             <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>
  53.         </div>
  54.  
  55.               </div>
  56.  
  57.         </div>
  58.  
  59.         <div class="span-24">
  60.  
  61.             <div class="spacer"></div>
  62.  
  63.         </div>
  64.  
  65.        
  66.  
  67.         <div class="span-24">
  68.  
  69.             <div align="center">
  70.  
  71.               <!-- Aqui va el menu -->
  72.              
  73.               <div id="menu">
  74.             <h1>Alternative content</h1>
  75.             <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>
  76.         </div>
  77.              
  78.              
  79.  
  80.              
  81.  
  82.         </div>
  83.  
  84.         <div class="span-24">
  85.  
  86.             <div class="spacer"></div>
  87.  
  88.         </div>
  89.  
  90.        
  91.  
  92.         <div class="span-24">
  93.  
  94.             <!-- Inicia Contenido principal-->
  95.  
  96.             <div class="main-container">
  97.  
  98.                 <div class="top"></div>
  99.  
  100.                 <div class="middle">
  101.  
  102.                     <jdoc:include type="component" />
  103.  
  104.                 </div>
  105.  
  106.                 <div class="footer"></div>
  107.  
  108.                 <div class="bottom"></div>
  109.  
  110.             </div>
  111.  
  112.         </div> 
  113.  
  114. </div>
  115.  
  116. <jdoc:include type="modules" name="debug" />
  117. <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>
  118. </script>
  119.     <jdoc:include type="modules" name="debug" />
  120. <script type="text/javascript">
  121. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  122. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  123. </script>
  124. <script type="text/javascript">
  125. try {
  126. var pageTracker = _gat._getTracker("UA-10436166-1");
  127. pageTracker._trackPageview();
  128. } catch(err) {}</script>
  129.  
  130. </body>
  131.  
  132. </html>
  133.  
  134. [

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?
__________________
Say no more.......
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 10:17.