Server IP : 162.0.217.223 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/www/wp-content/themes/woodmart/inc/admin/modules/dashboard/templates/ |
Upload File : |
<div class="xts-welcome-page"> <?php if ( woodmart_get_opt( 'white_label' ) ) : ?> <div class="xts-box xts-white-label-box xts-theme-style"> <div class="xts-box-content"> <h3> <?php if ( woodmart_get_opt( 'white_label_dashboard_title' ) ) : ?> <?php echo esc_html( woodmart_get_opt( 'white_label_dashboard_title' ) ); ?> <?php else : ?> <?php esc_html_e( 'Welcome to WoodMart', 'woodmart' ); ?> <?php endif; ?> </h3> <div class="xts-about-text"> <?php if ( woodmart_get_opt( 'white_label_dashboard_text' ) ) : ?> <?php echo wp_kses( woodmart_get_opt( 'white_label_dashboard_text' ), true ); ?> <?php else : ?> <?php esc_html_e( 'Thank you for purchasing our premium eCommerce theme - Woodmart. Here you are able to start creating your awesome web store by importing our prebuilt websites and theme options.', 'woodmart' ); ?> <?php endif; ?> </div> </div> </div> <?php else : ?> <div class="xts-box xts-welcome-box xts-theme-style xts-color-scheme-light"> <div class="xts-box-content"> <img src="<?php echo esc_url( WOODMART_ASSETS_IMAGES . '/dashboard/banner.png' ); ?>" alt="banner"> <h3> <?php esc_html_e( 'Welcome to WoodMart', 'woodmart' ); ?> </h3> <p> <?php esc_html_e( 'Thank you for purchasing our premium eCommerce theme - Woodmart. Here you are able to start creating your awesome web store by importing our prebuilt websites and theme options.', 'woodmart' ); ?> </p> <?php if ( woodmart_get_opt( 'white_label_changelog_tab' ) ) : ?> <a href="<?php echo esc_url( admin_url( 'admin.php?page=xts_changelog' ) ); ?>" class="xts-btn"> <?php esc_html_e( 'What\'s new' ); ?> </a> <?php endif; ?> </div> </div> <div class="xts-row xts-welcome-row xts-sp-20 xts-theme-style"> <div class="xts-col-12 xts-col-xl-6"> <div class="xts-box xts-info-boxes"> <div class="xts-box-content"> <h4> <?php esc_html_e( 'Need Help?' ); ?> </h4> <p> <?php esc_html_e( 'Use these links for more information!' ); ?> </p> <div class="xts-row"> <div class="xts-col"> <div class="xts-info-box-img"> <img src="<?php echo esc_url( WOODMART_ASSETS_IMAGES . '/dashboard/docs.jpg' ); ?>" alt="documentation banner"> </div> <a href="https://xtemos.com/documentation/woodmart/" class="xts-bordered-btn xts-color-default" target="_blank"> <?php esc_html_e( 'Documentation' ); ?> </a> </div> <div class="xts-col"> <div class="xts-info-box-img"> <img src="<?php echo esc_url( WOODMART_ASSETS_IMAGES . '/dashboard/video.jpg' ); ?>" alt="video banner"> </div> <a href="https://www.youtube.com/channel/UCu3loFwqqOQ9z-YTcnplK8w/" class="xts-bordered-btn xts-color-default" target="_blank"> <?php esc_html_e( 'Video tutorials' ); ?> </a> </div> <div class="xts-col"> <div class="xts-info-box-img"> <img src="<?php echo esc_url( WOODMART_ASSETS_IMAGES . '/dashboard/forum.jpg' ); ?>" alt="forum banner"> </div> <a href="https://xtemos.com/forums/forum/woodmart-premium-template/" class="xts-bordered-btn xts-color-default" target="_blank"> <?php esc_html_e( 'Support forum' ); ?> </a> </div> </div> </div> </div> </div> <div class="xts-col-12 xts-col-xl-6"> <div class="xts-box xts-info-boxes xts-align-center"> <div class="xts-box-content"> <h4> <?php esc_html_e( 'Do you like theme?' ); ?> </h4> <p> <?php esc_html_e( 'Leave a comment on Themeforest!' ); ?> </p> <div class="xts-row"> <div class="xts-col"> <div class="xts-info-box-img"> <img src="<?php echo esc_url( WOODMART_ASSETS_IMAGES . '/dashboard/vote.jpg' ); ?>" alt="vote banner"> </div> <a href="https://themeforest.net/downloads" class="xts-bordered-btn xts-color-default" target="_blank"> <?php esc_html_e( 'Rate our theme' ); ?> </a> </div> </div> </div> </div> </div> </div> <?php endif; ?> </div>