HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/plugins/CoreHome/templates/quickLinks.twig
<div class="widgetBody quickLinks">
    {% if hasSitesAdmin %}
    <div class="quickLink">
        <span class="icon icon-open-source">&nbsp;</span>
        <a href="{{ linkTo({'module': 'SitesManager', 'action': 'index', 'showaddsite': '1'}) }}"
           class="itemLabel">{{ 'SitesManager_AddSite'|translate|e }}</a>
    </div>
    {% endif %}
    {% if hasUsersAdmin %}
    <div class="quickLink">
        <span class="icon icon-user-add">&nbsp;</span>
        <a href="{{ linkTo({'module': 'UsersManager', 'action': 'index', 'showadduser': '1'}) }}"
           class="itemLabel">{{ 'UsersManager_InviteNewUser'|translate|e }}</a>
    </div>
    {% endif %}
    <br />
</div>