HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/page.php.tar
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/themes/vadimarketv4/page.php000064400000001424151537434710024337 0ustar00<?php 
	get_header();
	if (have_posts()) : the_post();
?>
<div id="sayfa">
<?php if (function_exists('temavadisi_navigasyon') && !is_page(get_option('woocommerce_myaccount_page_id'))) { ?>
	<div class="navi-wrap">
		<div class="container">
			<?php temavadisi_navigasyon(); ?>
		</div>
	</div>
<?php } ?>
<?php if (!is_page(get_option('woocommerce_myaccount_page_id')) || is_user_logged_in()) { ?>
<div id="page_title" class="mt30">
	<div class="container">
		<div class="row">
			<h1 class="col-lg-8"><?php the_title(); ?></h1>
		</div>
	</div>
</div>
<?php } ?>
	<div class="sayfa_content py-3 py-sm-5">
		<div class="container">
			<div class="icerik">
				<?php the_content(); ?>
			</div>
		</div>
	</div>
</div>
<?php 
	else: endif;
	get_footer();
?>