# user-access-manager/2.1.3/src/View/InfoBox.php

User Access Manager, version 2.1.3. 15 lines.

- Page: https://pluginprobe.com/plugins/user-access-manager/2.1.3/code/src/View/InfoBox.php
- Raw: https://pluginprobe.com/plugins/user-access-manager/2.1.3/raw/src/View/InfoBox.php
- Modified: 2017-09-18T18:47:04+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.1.3/code/src/View/InfoBox.php#L10-L20`.

```php
<?php

?>
<div class="uam_info_box">
    <span class="uam_info_box--head"><?php echo TXT_UAM_INFO_BOX_UAM_PRO_HEAD; ?></span>
    <span class="uam_info_box--content"><?php echo TXT_UAM_INFO_BOX_UAM_PRO_CONTENT; ?></span>
    <a href="https://steadyhq.com/useraccessmanager?utm_source=publication&utm_medium=banner">
        <img alt="Support me on Steady"
             src="https://steady.imgix.net/gfx/banners/support_me_on_steady.png"
             style="width: 240px;" />
    </a>
    <span class="uam_info_box--head"><?php echo TXT_UAM_INFO_BOX_DOCUMENTATION_HEAD; ?></span>
    <span class="uam_info_box--content"><?php echo TXT_UAM_INFO_BOX_DOCUMENTATION_CONTENT; ?></span>
</div>

```
