File Manager
<?php
/**
* Template Name: Under Construction
*
* @package Betheme
* @author Muffin Group
*/
?><!DOCTYPE html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" <?php language_attributes(); ?>> <!--<![endif]-->
<!-- head -->
<head>
<!-- meta -->
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<?php if( mfn_opts_get('responsive') ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">'; ?>
<?php do_action('wp_seo'); ?>
<link rel="shortcut icon" href="<?php mfn_opts_show('favicon-img',THEME_URI .'/images/favicon.ico'); ?>" type="image/x-icon" />
<!-- wp_head() -->
<?php wp_head(); ?>
</head>
<?php
$translate['days'] = mfn_opts_get('translate') ? mfn_opts_get('translate-days','days') : __('days','betheme');
$translate['hours'] = mfn_opts_get('translate') ? mfn_opts_get('translate-hours','hours') : __('hours','betheme');
$translate['minutes'] = mfn_opts_get('translate') ? mfn_opts_get('translate-minutes','minutes') : __('minutes','betheme');
$translate['seconds'] = mfn_opts_get('translate') ? mfn_opts_get('translate-seconds','seconds') : __('seconds','betheme');
$customID = mfn_opts_get('construction-page');
$body_class = 'under-construction';
if( $customID ) $body_class .= ' custom-uc';
?>
<!-- body -->
<body <?php body_class( $body_class ); ?>>
<!-- #Content -->
<div id="Content">
<div class="content_wrapper clearfix">
<?php if( $customID ): ?>
<!-- .sections_group -->
<div class="sections_group">
<?php
mfn_builder_print( $customID, true ); // Content Builder & WordPress Editor Content
?>
</div>
<?php else: ?>
<!-- .sections_group -->
<div class="sections_group">
<div class="section center section-uc-1">
<div class="section_wrapper clearfix">
<div class="items_group clearfix">
<div class="column one column_column">
<?php
$logo_src = mfn_opts_get( 'logo-img', THEME_URI .'/images/logo/logo.png' );
echo '<a id="logo" href="'. get_home_url() .'" title="'. get_bloginfo( 'name' ) .'">';
echo '<img class="scale-with-grid" src="'. $logo_src .'" alt="'. get_bloginfo( 'name' ) .'" />';
echo '</a>';
?>
</div>
</div>
</div>
</div>
<div class="section section-border-top section-uc-2">
<div class="section_wrapper clearfix">
<div class="items_group clearfix">
<div class="column one column_fancy_heading">
<div class="fancy_heading fancy_heading_icon">
<div data-anim-type="bounceIn" class="animate bounceIn">
<span class="icon_top"><i class=" icon-clock"></i></span>
<h2><?php mfn_opts_show('construction-title'); ?></h2>
<div class="inside">
<span class="big"><?php mfn_opts_show('construction-text'); ?></span>
</div>
</div>
</div>
</div>
<?php if( mfn_opts_get('construction-date') ): ?>
<div class="downcount" data-date="<?php mfn_opts_show('construction-date'); ?>" data-offset="<?php mfn_opts_show('construction-offset'); ?>">
<div class="column one-fourth column_quick_fact">
<div class="quick_fact">
<div data-anim-type="zoomIn" class="animate zoomIn">
<div class="number-wrapper">
<div class="number days">00</div>
</div>
<h3 class="title"><?php echo $translate['days']; ?></h3>
<hr class="hr_narrow">
</div>
</div>
</div>
<div class="column one-fourth column_quick_fact">
<div class="quick_fact">
<div data-anim-type="zoomIn" class="animate zoomIn">
<div class="number-wrapper">
<div class="number hours">00</div>
</div>
<h3 class="title"><?php echo $translate['hours']; ?></h3>
<hr class="hr_narrow">
</div>
</div>
</div>
<div class="column one-fourth column_quick_fact">
<div class="quick_fact">
<div data-anim-type="zoomIn" class="animate zoomIn">
<div class="number-wrapper">
<div class="number minutes">00</div>
</div>
<h3 class="title"><?php echo $translate['minutes']; ?></h3>
<hr class="hr_narrow">
</div>
</div>
</div>
<div class="column one-fourth column_quick_fact">
<div class="quick_fact">
<div data-anim-type="zoomIn" class="animate zoomIn">
<div class="number-wrapper">
<div class="number seconds">00</div>
</div>
<h3 class="title"><?php echo $translate['seconds']; ?></h3>
<hr class="hr_narrow">
</div>
</div>
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
<div class="section section-border-top section-uc-3">
<div class="section_wrapper clearfix">
<div class="items_group clearfix">
<div class="column one-fourth column_column"></div>
<div class="column one-second column_column">
<div data-anim-type="fadeInUpLarge" class="animate fadeInUpLarge">
<?php echo do_shortcode( mfn_opts_get('construction-contact') ); ?>
</div>
</div>
<div class="column one-fourth column_column"></div>
</div>
</div>
</div>
</div>
<?php endif; ?>
</div>
</div>
<!-- wp_footer() -->
<?php wp_footer(); ?>
</body>
</html>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com