Newer
Older
framework / system / Debug / Toolbar / Views / _files.tpl
@Jim Parry Jim Parry on 28 Sep 2019 315 bytes Hotfix for debug toolbar
<table>
    <tbody>
    {userFiles}
        <tr>
            <td>{name}</td>
            <td>{path}</td>
        </tr>
    {/userFiles}
    {coreFiles}
        <tr class="muted">
            <td class="debug-bar-width20e">{name}</td>
            <td>{path}</td>
        </tr>
    {/coreFiles}
    </tbody>
</table>