| Server IP : 62.60.133.156 / Your IP : 216.73.217.51 Web Server : LiteSpeed System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : mimradmin ( 1166) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mimradmin/public_html/wp-content/plugins/woodmart-plus/template/ |
Upload File : |
<html <?php language_attributes(); ?> >
<?php wp_head(); ?>
<style>
<?php
$width = 0;
if( wplus_helper::get_setting('full_width') )
{
$width = wplus_helper::get_setting('full_width') . '%';
}else{
$width = wplus_helper::get_setting('width_dashboard') . 'px';
}
?>
:root{
--width-width3 : <?php echo $width; ?>;
--main-color : <?php echo wplus_helper::get_setting('color_dashboard'); ?>;
--red-1 : <?php echo wplus_helper::get_setting('color_dashboard'); ?>;
--red-5 : <?php echo wplus_helper::get_setting('color_dashboard_hover'); ?>;
--blue-3 : <?php echo wplus_helper::get_setting('color_dashboard'); ?>;
}
body{
font-family: <?php echo wplus_helper::get_setting('font_dashboard','IRANSansX'); ?>;
}
</style>
<body <?php body_class() ?> >
<div class="alfashop_container">
<?php
// Start the Loop.
if ( have_posts() ) {
// the_post();
?>
<!-- <div class="dashboard_container"> -->
<?php
the_content();
?>
<!-- </div> -->
<?php
wp_reset_postdata();
}
?>
</div>
</body>
<?php wp_footer(); ?>
</html>