Hide section title on show_if

This commit is contained in:
slawkens 2023-07-13 12:10:07 +02:00
parent b062c424d8
commit c7c8ff266b

View File

@ -131,7 +131,7 @@ class Settings implements ArrayAccess
echo '</tbody></table>';
}
?>
<h3 style="text-align: center"><strong><?= $setting['title']; ?></strong></h3>
<h3 id="row_<?= $key ?>" style="text-align: center"><strong><?= $setting['title']; ?></strong></h3>
<table class="table table-bordered table-striped">
<thead>
<tr>