PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/oligap/www/wp-content/themes/woodmart/inc/admin/setup-wizard/templates/
Server: Linux cloud.virginhosting.lk 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
IP: 128.140.68.198
Choose File :

Url:
Dir : /home/oligap/www/wp-content/themes/woodmart/inc/admin/setup-wizard/templates/child-theme.php

<?php
/**
 * Child theme template.
 *
 * @package woodmart
 */

?>

<div class="xts-wizard-content-inner xts-wizard-child-theme<?php echo is_child_theme() ? ' xts-installed' : ''; ?>">

	<div class="xts-child-theme-response"></div>

	<h3>
		<?php esc_html_e( 'Setup Woodmart Child Theme', 'woodmart' ); ?>
	</h3>

	<p>
		<?php esc_html_e( 'Install the child theme in a single click', 'woodmart' ); ?>
	</p>

	<div class="xts-theme-images">
		<div class="xts-main-image">
			<img  src="<?php echo esc_url( $this->get_image_url( 'parent.png' ) ); ?>" alt="parent">
		</div>
		<div class="xts-child-image">
			<img  src="<?php echo esc_url( $this->get_image_url( 'child.png' ) ); ?>" alt="child">
		</div>
		<span class="xts-child-checkmark"></span>
	</div>

	<p>
		<?php
		esc_html_e(
			'If you are going to make changes to the theme source code please use the Child Theme rather than modifying the main theme HTML/CSS/PHP code. This allows the parent theme to receive updates without overwriting your source code changes. Use the button below to create and activate the Child Theme.',
			'woodmart'
		);
		?>
	</p>

	<a href="#" class="xts-btn xts-color-primary xts-install-child-theme">
		<?php esc_html_e( 'Install child theme', 'woodmart' ); ?>
	</a>
</div>

<div class="xts-wizard-footer">
	<?php $this->get_prev_button( 'activation' ); ?>
	<div>
		<?php $this->get_next_button( 'page-builder' ); ?>
		<?php $this->get_skip_button( 'page-builder' ); ?>
	</div>
</div>