# user-access-manager/2.2.20/src/View/LoginWidget.php

User Access Manager, version 2.2.20. 13 lines.

- Page: https://pluginprobe.com/plugins/user-access-manager/2.2.20/code/src/View/LoginWidget.php
- Raw: https://pluginprobe.com/plugins/user-access-manager/2.2.20/raw/src/View/LoginWidget.php
- Modified: 2023-03-08T10:05:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/user-access-manager/2.2.20/code/src/View/LoginWidget.php#L10-L20`.

```php
<?php
/**
 * @var LoginWidget $controller
 */

use UserAccessManager\Widget\LoginWidget;

?>
<section class="widget">
    <?php
    include 'Login/LoginForm.php';
    ?>
</section>
```
