HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/themes/rey/template-multi-cols.php
<?php
/**
 * Template Name: Rey - Multi-columns Page
 *
 * @package rey
 */

get_header();

	rey_assets()->add_styles('rey-tpl-page');

	rey_action__before_site_container();

		/**
		 * Displays title
		 */
		do_action('rey/content/title');

		while ( have_posts() ) : the_post();
		?>
		<div class="rey-pageContent"><?php the_content(); ?></div><?php
		endwhile; // End of the loop.

	rey_action__after_site_container();

get_footer();