%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v2/global/ |
Current File : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v2/global/before-main-content.php |
<?php /** * @author ThimPress * @package LearnPress/Templates * @version 2.1.5 */ if ( !defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } $user = learn_press_get_current_user(); ?> <?php if ( learn_press_is_course() ): ?> <div id="lp-single-course" class="learnpress-content learn-press"> <?php if ( !learn_press_get_page_link( 'checkout' ) && ( $user->is_admin() || $user->is_instructor() ) ) { ?> <?php $message = __( 'LearnPress <strong>Checkout</strong> page is not set up. ', 'eduma' ); if ( $user->is_instructor() ) { $message .= __( 'Please contact to administrator for setting up this page.', 'eduma' ); } else { $message .= sprintf( __( 'Please <a href="%s" target="_blank">setup</a> it so user can purchase a course.', 'eduma' ), admin_url( 'admin.php?page=learn-press-settings&tab=checkout' ) ); } ?> <?php learn_press_display_message( $message, 'error' ); ?> <?php } ?> <?php else: ?> <?php //Get layout Grid/List Courses $layout_grid = get_theme_mod('thim_learnpress_cate_layout_grid', ''); $cls_layout = ($layout_grid!='' && $layout_grid!='layout_courses_1') ? ' cls_courses_2' : ' '; ?> <div id="lp-archive-courses" class="<?php echo $cls_layout;?>"> <?php endif;