Leitgedanken/#pma/templates/server/variables/variable_table_head.phtml
2022-11-21 09:47:28 +01:00

7 lines
268 B
PHTML

<thead>
<tr class="var-header var-row">
<td class="var-action"><?= __('Action'); ?></td>
<td class="var-name"><?= __('Variable'); ?></td>
<td class="var-value"><?= __('Session value'); ?> / <?= __('Global value'); ?></td>
</tr>
</thead>