| Server IP : 74.208.250.37 / Your IP : 216.73.216.114 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : miferval ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/alexvillarreal/wp-content/themes/alex-villarreal/ |
Upload File : |
<?php
/*
Template Name: Legales
*/
get_header(); ?>
<div class="wrapper-page fondo-blanco">
<?php if ( have_posts() ) :
while( have_posts() ) : the_post(); ?>
<h1 class="titulo-seccion text-center"><?php the_title(); ?></h1>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 contenido-detalle">
<?php the_content(); ?>
</div>
</div>
</div>
<?php endwhile;
endif; ?>
</div>
<div class="contenedor-frase-footer">
<div class="texto-footer">
<div class="container">
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 text-center">
<img class="icono-frase-footer" src="<?php echo get_template_directory_uri(); ?>/img/icono-mosqueton.svg" alt="">
<p class="frase-texto-part-1">"El fracaso siempre<br>es la antesala del éxito...</p>
<p class="frase-texto-part-2">Nunca abandones".</p>
<span class="autor-alexV">Alex Villarreal</span>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>