Ver Mensaje Individual
  #15 (permalink)  
Antiguo 21/01/2011, 10:34
Fenris
 
Fecha de Ingreso: agosto-2008
Mensajes: 271
Antigüedad: 15 años, 8 meses
Puntos: 2
Respuesta: No renderiza el layout

Hice lo que me dijistes GatorV pero sigue sin renderizar nada, algo raro es que cuando doy click a ver codigo fuente sigue apareciendo esto siendo que yo movi y cambie extension a los archivos menu.phtml y content.phtml ahora estan en public/ y tienen extension html y php. Por que pasa esto, reinicie el servicio por si acaso probè con otro navegador y sigue igual.

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- This Line will output the doctype we set inside the bootstrap file -->
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>Sistema Informatico Clinica</title>
  5. <link href="/css/global.css" media="screen" rel="stylesheet" type="text/css" /><link href="/css/global.css" media="screen" rel="stylesheet" type="text/css" />
  6. <link href="/css/frame_menu_clinica.css" media="screen" rel="stylesheet" type="text/css" /></head>
  7. <frameset rows="90,*" framespacing="0" frameborder="0" border="0">
  8.   <frame src="menu.phtml" name="encabezado" scrolling="NO" noresize target="principal">
  9.   <frame src="content.phtml" name="principal" target="_self" scrolling="auto">
  10. <noframes>
  11.   <body>
  12. </body>
  13. </noframes>
  14. </frameset>
  15. <frameset>
  16. </frameset>
  17. </html>