File "page-front.php"
Full Path: /home/elegucvf/public_html/video/wp-content/wp-includes/wp-includes/wp-content/themes/atlas/page-front.php
File size: 242 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Template Name: Front Page - Atlas
*
* @package Atlas
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
if ( th90_is_amp() ) {
get_template_part( 'index' );
} else {
get_template_part( 'page' );
}
?>