Some checks reported errors
continuous-integration/drone/push Build was killed
12 lines
267 B
Smarty
12 lines
267 B
Smarty
<tr>
|
|
<td class="formlabeltd">
|
|
<label for="name"><strong>{$title} </strong></label>
|
|
</td>
|
|
<td>{$option}</td>
|
|
<td>
|
|
<if $activated == 1>
|
|
<a href="$filename?page=overview&part=$part&s=$s">{$lng['admin']['serversettings']}</a>
|
|
</if>
|
|
</td>
|
|
</tr>
|