mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/15689] Use twig syntax
PHPBB3-15689
This commit is contained in:
parent
f8423600b1
commit
38e657bec5
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@
|
||||||
<table class="table1 zebra-table">
|
<table class="table1 zebra-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{L_STORAGE_NAME}</th>
|
<th>{{ lang('STORAGE_NAME') }}</th>
|
||||||
<th>{L_STORAGE_NUM_FILES}</th>
|
<th>{{ lang('STORAGE_NUM_FILES') }}</th>
|
||||||
<th>{L_STORAGE_SIZE}</th>
|
<th>{{ lang('STORAGE_SIZE') }}</th>
|
||||||
<th>{L_STORAGE_FREE}</th>
|
<th>{{ lang('STORAGE_FREE') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Add table
Reference in a new issue