Files
portal_editorial/index.php
T

11 lines
307 B
PHP
Raw Normal View History

<?php
2019-03-05 20:45:50 -06:00
error_reporting(E_ERROR | E_PARSE);
header('Content-Type: text/html; charset=utf8');
include("componentes/header.php");
echo "<br>";
include("componentes/carrusel.php");
echo "<br><br>";
include("componentes/novedades.php");
2019-02-08 15:45:36 -06:00
include ("componentes/socialmedia.php");
include("componentes/footer.php");