PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/newexitinggames.kerihosting.com/wp-content/themes/spacebox/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/newexitinggames.kerihosting.com/wp-content/themes/spacebox/sidebar.php

<div id="sidebar<?php echo get_option('spacebox_sidebar_position'); ?>">
  <div class="sidebar">
  
    <?php
    // Do some actions before the widget area
    do_action('spacebox_before_sidebar_widgets');
    ?>
  
    <?php   
    // Reset WordPress query vars
    wp_reset_query();
    
    if (is_single()) {
      if (is_active_sidebar('single-sidebar')) {
      dynamic_sidebar('single-sidebar');
      } else {
        ?>
        <div class="box sidebar">
          <div class="warning">
            <?php _e('This is your Game Sidebar and no widgets have been placed here, yet!', MYAPB_THEMENAME); ?>
            <p>Click <a href="<?php echo home_url() ?>/wp-admin/widgets.php" title="">here</a> to setup this this sidebar!</p>
          </div>
        </div>
        <?php      
      }
    }
    elseif (is_page()) {
      if (is_active_sidebar('page-sidebar')) {
      dynamic_sidebar('page-sidebar');
      } else {
        ?>
        <div class="box sidebar">
          <div class="warning">
            <?php _e('This is your Page Sidebar and no widgets have been placed here, yet!', MYAPB_THEMENAME); ?>
            <p>Click <a href="<?php echo home_url() ?>/wp-admin/widgets.php" title="">here</a> to setup this this sidebar!</p>
          </div>
        </div>
        <?php      
      }    
    }
    elseif (is_category()) {
      if (is_active_sidebar('category-sidebar')) {
      dynamic_sidebar('category-sidebar');
      } else {
        ?>
        <div class="box sidebar">
          <div class="warning">
            <?php _e('This is your Category Sidebar and no widgets have been placed here, yet!', MYAPB_THEMENAME); ?>
            <p>Click <a href="<?php echo home_url() ?>/wp-admin/widgets.php" title="">here</a> to setup this this sidebar!</p>
          </div>
        </div>
        <?php      
      }   
    }
    else {
      // Home Sidebar
      if (is_active_sidebar('home-sidebar')) {
      dynamic_sidebar('home-sidebar');
      } else {
        ?>
        <div class="box sidebar">
          <div class="warning">
            <?php _e('This is your Home Sidebar and no widgets have been placed here, yet!', MYAPB_THEMENAME); ?>
            <p>Click <a href="<?php echo home_url() ?>/wp-admin/widgets.php" title="">here</a> to setup this this sidebar!</p>
          </div>
        </div>
        <?php      
      }    
    }
    ?>
    
    <?php
    // Do some actions after the widget area
    do_action('spacebox_after_sidebar_widgets');
    ?>    
    
  </div><?php // end class sidebar ?>
</div> <?php // end rightcol ?>
<div class="clear"></div>