education.php
5 years ago
nav-bar.php
5 years ago
profile.php
5 years ago
reset-password.php
5 years ago
skill.php
5 years ago
withdraw-settings.php
5 years ago
education.php
17 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @package TutorLMS/Templates |
| 4 | * @version 1.4.3 |
| 5 | */ |
| 6 | ?> |
| 7 | <h3><?php _e('Settings', 'tutor') ?></h3> |
| 8 | |
| 9 | <div class="tutor-dashboard-content-inner"> |
| 10 | |
| 11 | <div class="tutor-dashboard-inline-links"> |
| 12 | <?php |
| 13 | tutor_load_template('dashboard.settings.nav-bar', ['active_setting_nav'=>'education']); |
| 14 | ?> |
| 15 | </div> |
| 16 | |
| 17 | </div> |