This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/src/Views/input/input-password.phtml
2014-05-20 23:00:24 +02:00

3 lines
95 B
PHTML

<?php
$this->context->type = 'password';
$this->renderExternal('input-basic', $this->context);