ria/system/Debug/Toolbar/Views/_files.tpl
2024-09-11 08:54:25 +05:30

17 lines
315 B
Smarty
Executable File

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