Newer
Older
framework / system / Debug / Toolbar / Views / _files.tpl.php
@Jim Parry Jim Parry on 1 Dec 2018 315 bytes Release 4.0.0-alpha.3
<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>