<?php include 'includes/conf.inc.php'; include MODELS_PATH . 'model.Noticias.php'; $noticias_model = new Noticias(); $noticias = $noticias_model->fetchAllByPortada(); ?> <!doctype html> <html lang="es"> <head> <meta charset="UTF-8"> <title><?php echo TITLE; ?> </title> <link rel="stylesheet" href="<?php echo CSS_PATH; ?> styles.css"> <link rel="stylesheet" href="<?php echo CSS_PATH; ?> flexslider.css"> <?php if (strpos($_SERVER['HTTP_USER_AGENT'], 'Chrome') == false) { ?> <link rel="stylesheet" href="<?php echo CSS_PATH; ?> supersized.css"><?php }