Example #1
0
<!--


//-->
</script>

  


 </head>
 <body>
    <header>
         <div class="wrapper">
           <a href="index.php"><div class="logo">El Lector</div></a>          
             <?php 
echo $clase->traer_categorias();
?>
         </div>      
    </header>
   
    

    <section class="contenido wrapper">
        <section id="detalle">                 
         <?php 
echo $clase->detalle_noticia($noticias);
?>