mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-01 19:59:21 +02:00
Hide section title on show_if
This commit is contained in:
parent
b062c424d8
commit
c7c8ff266b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user