Files
ChiefSoft2022/system/Debug/Toolbar/Views/_files.tpl
T
dev-chiefworks 315b59dc92 first commit
2022-04-30 21:53:39 -04:00

17 lines
315 B
Smarty

<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>