HEX
Server: Apache
System: Linux webd006.cluster128.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: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/lacalita/wp-content/themes/rey/inc/core/admin/dashbox-registration.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div class="rey-dashBox">
	<div class="rey-dashBox-inner">

		<h2 class="rey-dashBox-title">
			<span><?php printf( esc_html__('Register %s', 'rey'), rey__get_props('theme_title')) ?></span>
			<?php if( rey__get_props('branding') ){
				echo rey__get_svg_icon(['id'=>'logo', 'class'=>'rDash-logo']);
			} ?>
		</h2>

		<div class="rey-dashBox-content">

			<p><?php printf( esc_html__('Register your copy of %s theme to enable importing demos, updates, premium plugins and other features.', 'rey'), rey__get_props('theme_title') ) ?></p>

			<form class="rey-adminForm js-dashBox-registerForm" method="post" action="#">

				<?php include __DIR__ . '/tpl-register-form.php'; ?>

				<button type="submit" class="rey-adminBtn rey-adminBtn-secondary"><?php esc_html_e( 'REGISTER', 'rey' ); ?></button>
			</form>

		</div>
	</div>
</div>