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

User Access Manager, version 2.2.7. 13 lines.

- Page: https://pluginprobe.com/plugins/user-access-manager/2.2.7/code/src/View/LoginWidget.php
- Raw: https://pluginprobe.com/plugins/user-access-manager/2.2.7/raw/src/View/LoginWidget.php
- Modified: 2021-02-14T18:53:30+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.7/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>
```
