REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.60 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/tourmaster/single/user.php
Text
Base64
<?php /** * The template for displaying single tour posttype */ include(TOURMASTER_LOCAL . '/single/user/user-update.php'); get_header(); $page_style = tourmaster_get_option('general', 'user-page-style', 'style-1'); echo '<div class="tourmaster-template-wrapper tourmaster-template-wrapper-user tourmaster-user-template-' . esc_attr($page_style) . '" >'; // user navigation echo '<div class="tourmaster-user-navigation" >'; include('user/user-navigation.php'); $navigation_bottom_text = tourmaster_get_option('general', 'user-navigation-bottom-text', ''); if( !empty($navigation_bottom_text) ){ echo '<div class="tourmaster-user-navigation-bottom-text" >'; echo tourmaster_content_filter($navigation_bottom_text); echo '</div>'; } echo '</div>'; // tab content echo '<div class="tourmaster-user-content" >'; echo '<div class="tourmaster-user-mobile-navigation tourmaster-form-field" >'; include('user/user-mobile-navigation.php'); echo '</div>'; $page_type = empty($_GET['page_type'])? 'dashboard': $_GET['page_type']; if( !empty($_GET['sub_page']) ){ $page_type .= '-' . $_GET['sub_page']; } $template = TOURMASTER_LOCAL . '/single/user/' . $page_type . '.php'; $template = apply_filters('tourmaster_user_content_template', $template, $page_type); if( file_exists($template) ){ include($template); }else{ tourmaster_user_content_block_start(); echo esc_html__('Sorry, we couldn\'t find the page you\'re looking for.', 'tourmaster'); tourmaster_user_content_block_end(); } echo '</div>'; // tourmaster-user-content echo '</div>'; // tourmaster-template-wrapper get_footer(); ?>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
user
DIR
-
drwxr-xr-x
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
login.php
6.44 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
register.php
4.65 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
search.php
9.50 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
user.php
1.60 KB
lrw-r--r--
2024-05-28 15:48:43
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).