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