enrolled
7 years ago
add-to-cart-edd.php
7 years ago
add-to-cart-woocommerce.php
7 years ago
add-to-cart.php
7 years ago
complete_form.php
7 years ago
course-benefits.php
7 years ago
course-content.php
7 years ago
course-enroll-box.php
7 years ago
course-enrolled-box.php
7 years ago
course-requirements.php
7 years ago
course-target-audience.php
7 years ago
course-topics.php
7 years ago
instructors.php
7 years ago
lead-info.php
7 years ago
login.php
7 years ago
material-includes.php
7 years ago
q_and_a_turned_off.php
7 years ago
review-form.php
7 years ago
reviews.php
7 years ago
social_share.php
7 years ago
tags.php
7 years ago
wc-price-html.php
7 years ago
login.php
24 lines
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * Display single login |
| 5 | * |
| 6 | * @since v.1.0.0 |
| 7 | * @author themeum |
| 8 | * @url https://themeum.com |
| 9 | */ |
| 10 | |
| 11 | if ( ! defined( 'ABSPATH' ) ) |
| 12 | exit; |
| 13 | ?> |
| 14 | |
| 15 | <div class="tutor-single-course-segment tutor-course-login-wrap"> |
| 16 | <div class="course-login-title"> |
| 17 | <h4><?php _e('Login', 'tutor'); ?></h4> |
| 18 | </div> |
| 19 | |
| 20 | <div class="tutor-single-course-login-form"> |
| 21 | <?php tutor_load_template( 'global.login' ); ?> |
| 22 | </div> |
| 23 | </div> |
| 24 |