# disk-usage-insights/1.9/views/blocks/header.php

Disk Usage Insights, version 1.9. 41 lines.

- Page: https://pluginprobe.com/plugins/disk-usage-insights/1.9/code/views/blocks/header.php
- Raw: https://pluginprobe.com/plugins/disk-usage-insights/1.9/raw/views/blocks/header.php
- Modified: 2025-11-18T12:28:20+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/disk-usage-insights/1.9/code/views/blocks/header.php#L10-L20`.

```php
<br>

<div class="DUI-panel">
<div class="DUI-panel__content--title">

    <div>
        <div style="float:left">
            <img src="<?php echo esc_url($WP_PLUGIN_URL); ?>/res/pie.svg"
                 style="height:90px; vertical-align: middle; padding-right: 20px;"
                 alt="Disk Usage Insights Logo"
            >
        </div>
        <div style="float:left">
            <h1>Disk Usage Insights</h1>
            <p>Find large files in no time!</p>

            <div style="float:left" class="dashicons-before dashicons-star-filled color-cycle"></div>
                &nbsp;
                <a target="_blank" href="https://wordpress.org/support/plugin/disk-usage-insights/reviews/#new-post">Add a 5 star WordPress review</a>

                <span class="dashicons-before dashicons-editor-help"></span>
                <a href="https://wordpress.org/support/plugin/disk-usage-insights/" target="_blank">Plugin Support Forum</a>
        </div>
    </div>
    <div style="clear:both"></div>

</div>
</div>

<br>
<div id="dui_errors" style="display:none">
    <div class="DUI-panel DUI-panel--error">
        <div class="DUI-panel__headline dashicons-before dashicons-warning">
            Errors - Please report errors occuring here to our 
            <a target="_blank" href="https://wordpress.org/support/plugin/disk-usage-insights/">plugin support forum</a> 
            at WordPress.org
        </div>
        <div class="DUI-panel__content" id="dui_errors_content">
        </div>
    </div>
</div>
```
