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/default/pages-parts/step3/usersParts/usersPwdReset.php

19 lines
358 B

<?php
/**
*
* @package templates/default
*/
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
use Duplicator\Installer\Core\Params\PrmMng;
$paramsManager = PrmMng::getInstance();
?>
<div class="hdr-sub3">Admin Password Reset</div>
<div class="dupx-opts">
<?php
$paramsManager->getHtmlFormParam(PrmMng::PARAM_USERS_PWD_RESET);
?>
</div>