3 lines
95 B
PHTML
3 lines
95 B
PHTML
<?php
|
|
$this->context->type = 'password';
|
|
$this->renderExternal('input-basic', $this->context);
|