HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //proc/thread-self/root/home/madepabj/hc-cosmetics.com/wp-content/themes/dbea/index.php
<?php get_header(); ?>
<!-- Content -->
<div id="sns_content">
	<?php $class = ( dbea_getoption('content_extrawidth', '2') == '1' ) ? ' extra-width' : ''; ?>
	<div class="container<?php echo esc_attr($class); ?>">
		<div class="row sns-content">
			<?php dbea_leftcol(); ?>
			<div class="<?php echo esc_attr(dbea_maincolclass()); ?>">
			    <?php
			    if ( dbea_getoption('showbreadcrump', '1') == '1' ) {
			    	$breadcrumbbg = dbea_getoption('breadcrumbbg', '', 'image');
			    	if ( !is_array($breadcrumbbg) && $breadcrumbbg == '' ) dbea_pagetitle();
			    }else{
			    	dbea_pagetitle();
			    }
			    if ( have_posts() ) :
			        get_template_part( 'framework/tpl/blog/blog', dbea_themeoption('blog_type', '') );
			    else:
			        get_template_part( 'content', 'none' );
			    endif; ?>
			</div>
			<?php dbea_rightcol(); ?>
		</div>
	</div>
</div>
<!-- End Content -->
<?php get_footer(); ?>