예제 #1
0
<?php 
include 'header.php';
?>
   
require_once("PHPPaging.lib/PHPPaging.lib.php");
<?php 
$idNoticias = $_GET['idNoticias'];
$objtNoticias = new noticiasClass($idNoticias, $titulo, $mensaje, $url, $imagen, $contenido, $slider, $fecha, $publicacion, $posicion, $idSubMenus);
$rsUltimas = $objtNoticias->ultimasNoticias();
$rsDetalle = $objtNoticias->detalleNota();
$objtBanners = new bannersClass($idBanners, $titulo, $banner, $fecha, $idSubMenus);
$rsBanners = $objtBanners->listarBanner;
?>
 
<html lang="en">

    <head>

        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
        <link href="assets/img/favicon.png" rel="icon">
        <title> Noticias | El Vocero</title>

        <!-- Bootstrap -->
        <link href="assets/css/bootstrap.min.css" rel="stylesheet"> 

        <!-- CSS -->
        <link href="assets/css/mis-estilos.css" rel="stylesheet">