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