HEX
Server: Apache
System: Linux webd001.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: mciraet (192513)
PHP: 8.2.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/mciraet/www/wp-content/themes/movedo/includes/admin/templates/panel/header.tpl.php
<?php
/**
 * The template for the panel header area.
 * Override this template by specifying the path where it is stored (templates_path) in your Redux config.
 *
 * @author      Redux Framework
 * @package     ReduxFramework/Templates
 * @version:    4.0.0
 */
?>
<div class="grve-redux-header">
	<div class="grve-redux-header-inner">
		<?php if ( ! empty( $this->parent->args['display_name'] ) ) { ?>
			<div class="display_header">
				<div class="grve-redux-logo-wrap">
					<div class="grve-redux-logo"><?php movedo_grve_panel_logo(); ?></div>
					<?php if ( ! empty( $this->parent->args['display_version'] ) ) { ?>
						<span class="grve-theme-version"><?php echo wp_kses_post( $this->parent->args['display_version'] ); ?></span>
					<?php } ?>
				</div>
			</div>
		<?php } ?>
	</div>
</div>