HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpmuhibbah/wp-content/themes/goodwish/framework/admin/skins/edge/templates/header.php
<div class="edgtf-page-header page-header clearfix">

    <div class="edgtf-theme-name pull-left" >
        <img src="<?php echo esc_url(goodwish_edge_get_skin_uri() . '/assets/img/logo.png'); ?>" alt="<?php esc_attr_e( 'edgt_logo', 'goodwish' ); ?>" class="edgtf-header-logo pull-left"/>
        <?php $current_theme = wp_get_theme(); ?>
        <h1 class="pull-left">
            <?php echo esc_html($current_theme->get('Name')); ?>
            <small><?php echo esc_html($current_theme->get('Version')); ?></small>
        </h1>
    </div>
    <div class="edgtf-top-section-holder">
        <div class="edgtf-top-section-holder-inner">
            <?php $this->getAnchors($active_page); ?>
            <div class="edgtf-top-buttons-holder">
                <?php if($show_save_btn) { ?>
                    <input type="button" id="edgt_top_save_button" class="btn btn-info btn-sm" value="<?php esc_html_e('Save Changes', 'goodwish'); ?>"/>
                <?php } ?>
            </div>

            <div class="edgtf-input-change"><i class="fa fa-exclamation-circle"></i>"<?php esc_html_e('You should save your changes', 'goodwish'); ?></div>
            <div class="edgtf-changes-saved"><i class="fa fa-check-circle"></i>"<?php esc_html_e('All your changes are successfully saved', 'goodwish'); ?></div>
        </div>
    </div>

</div> <!-- close div.edgtf-page-header -->