Files
portal_editorial/index.php
T

9 lines
230 B
PHP

<?php
include("componentes/header.php");
include("componentes/carrusel.php");
echo "<br><br>";
include("componentes/novedades.php");
include ("componentes/socialmedia.php");
echo "<br><br><br>";
include("componentes/footer.php");