Beispiel #1
0
 <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);
?>
         
         
         
        
        </section>
        
        <section id="comentarios">
        <?php 
echo $clase->comentarios($noticias);
?>
        
        <form id="form1" name="form1" method="post" action="">
		 <input type="hidden" name="id" id="id" value="<?php 
echo $noticias;