Update categories.php
This commit is contained in:
parent
55d3b162bf
commit
00ddebf471
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ echo '
|
|||
<table class="table table-striped mt-3">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="border-bottom-0" scope="col">'.$L->g('Name').'</th>
|
||||
<th class="border-bottom-0" scope="col">'.$L->g('name').'</th>
|
||||
<th class="border-bottom-0" scope="col">'.$L->g('Description').'</th>
|
||||
<th class="border-bottom-0" scope="col">'.$L->g('URL').'</th>
|
||||
</tr>
|
||||
|
@ -61,4 +61,4 @@ foreach ($categories->keys() as $key) {
|
|||
echo '
|
||||
</tbody>
|
||||
</table>
|
||||
';
|
||||
';
|
||||
|
|
Loading…
Add table
Reference in a new issue