mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 13:06:20 +00:00
15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
<!-- Title -->
|
|
<div class="page-header flex-header">
|
|
<h1><?= PageTitle ?></h1>
|
|
<?
|
|
if scriptname ~= 'settings/all' then
|
|
-- Show the level selector, except in All Settings page
|
|
?>
|
|
<div class="settings-selector">
|
|
Settings level: <select id="settings-level" class="form-control input-sm"></select>
|
|
</div>
|
|
<?
|
|
end
|
|
?>
|
|
</div>
|