HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/salamatk/public_html/wp-content/plugins/woodmart-plus/template/single-dashboard_builder.php
<html <?php language_attributes(); ?> >
<link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/all.css">
   <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/global-fonts.css">
   <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/icon-style.css">
   <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/hint.min.css">
   <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/global.css">
  <link rel="stylesheet" href="<?php echo WOODPLUS_ASSET ?>css/swiper.min.css">
<?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>