Viewing File: /home/maglabs/mascotte/wp-content/themes/splendour/404.php

<?php
/**
 * The template to display the 404 page
 *
 * @package SPLENDOUR
 * @since SPLENDOUR 1.0
 */

get_header();

get_template_part( apply_filters( 'splendour_filter_get_template_part', 'templates/content', '404' ), '404' );

get_footer();
Back to Directory File Manager