Maketank Theme migration
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-30 13:52:59 +01:00
parent f2643ac887
commit 53a6485a6e
413 changed files with 6836 additions and 1985 deletions

View File

@@ -0,0 +1,3 @@
<tr>
<td colspan="3" align="center">{$val}</td>
</tr>

View File

@@ -0,0 +1,4 @@
<tr>
<td width="180">{$key}</td>
<td colspan="2">{$val}</td>
</tr>

View File

@@ -0,0 +1,6 @@
<if $key != 'Directive'>
<tr>
<td width="180">{$key}</td>
<td colspan="2">{$val[0]}<br/><small>(Master: {$val[1]})</small></td>
</tr>
</if>

View File

@@ -0,0 +1,4 @@
<tr class="section">
<th colspan="3">{$name}</th>
</tr>
{$phpinfoentries}