PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/veezar.kerihosting.com/wp-content/themes/lms-old/buddypress/ |
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 |
Dir : //home/trave494/veezar.kerihosting.com/wp-content/themes/lms-old/buddypress/page.php |
<?php get_header(); $current_action = bp_current_action(); $current_component = bp_current_component(); $id = ""; global $bp; if( $current_component === "members" ){ $id = $bp->pages->members->id; }elseif( $current_component === "activity"){ $id = $bp->pages->activity->id; }elseif( $current_component === "groups" ){ $id = $bp->pages->groups->id; }elseif( $current_component === "register" ){ $id = $bp->pages->register->id; }elseif( $current_component === "activate" ){ $id = $bp->pages->activate->id; } $tpl_default_settings = !empty( $id ) ? get_post_meta( $id, '_tpl_default_settings', TRUE ) : array(); $tpl_default_settings = is_array( $tpl_default_settings ) ? $tpl_default_settings : array(); if($GLOBALS['force_enable'] == true) $page_layout = $GLOBALS['page_layout']; else $page_layout = array_key_exists( "layout", $tpl_default_settings ) ? $tpl_default_settings['layout'] : "content-full-width"; $show_sidebar = $show_left_sidebar = $show_right_sidebar = false; $sidebar_class = ""; switch ( $page_layout ) { case 'with-left-sidebar': $page_layout = "page-with-sidebar with-left-sidebar"; $show_sidebar = $show_left_sidebar = true; $sidebar_class = "secondary-has-left-sidebar"; break; case 'with-right-sidebar': $page_layout = "page-with-sidebar with-right-sidebar"; $show_sidebar = $show_right_sidebar = true; $sidebar_class = "secondary-has-right-sidebar"; break; case 'both-sidebar': $page_layout = "page-with-sidebar page-with-both-sidebar"; $show_sidebar = $show_right_sidebar = $show_left_sidebar = true; $sidebar_class = "secondary-has-both-sidebar"; break; case 'content-full-width': default: $page_layout = "content-full-width"; break; } ?> <!-- ** Primary Section ** --> <section id="primary" class="<?php echo esc_attr($page_layout);?>"><?php if( have_posts() ): while( have_posts() ): the_post(); get_template_part( 'framework/loops/content', 'page' ); endwhile; endif;?> </section><!-- ** Primary Section End ** --><?php if ( $show_sidebar ): if ( $show_left_sidebar ): ?> <!-- Secondary Left --> <section id="secondary-left" class="secondary-sidebar <?php echo esc_attr( $sidebar_class );?>"><?php get_sidebar( 'left' );?></section><?php endif; endif; if ( $show_sidebar ): if ( $show_right_sidebar ): ?> <!-- Secondary Right --> <section id="secondary-right" class="secondary-sidebar <?php echo esc_attr($sidebar_class);?>"><?php get_sidebar( 'right' );?></section><?php endif; endif;?> <?php get_footer();?>