You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cosmopet-architecture/dup-installer/templates/base/pages-parts/step1/actions/switch-template.php

25 lines
679 B

<?php
/**
*
* @package templates/default
*/
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
?>
<div id="installer-switch-wrapper">
<span class="btn-group">
<button type="button" id="s1-switch-template-btn-basic" class="s1-switch-template-btn active" title="Enable basic installer mode">
Basic
</button>
<button
type="button"
id="s1-switch-template-btn-advanced"
class="s1-switch-template-btn"
data-template="<?php echo DUPX_Template::TEMPLATE_ADVANCED; ?>"
title="Enable advanced installer mode"
>
Advanced
</button>
</span>
</div>