Skip to content

Commit

Permalink
Bootstrap needs some special folder structure as it hard codes some p…
Browse files Browse the repository at this point in the history
…aths (e.g. ../fonts/)

Signed-off-by: yubiuser <[email protected]>
  • Loading branch information
yubiuser committed Oct 28, 2024
1 parent 4c21641 commit 732932a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pi-hole/lua/header.lp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ is_authenticated = mg.request_info.is_authenticated
<? end ?>

<!-- Common styles -->
<link rel="stylesheet" href="<?=pihole.fileversion('vendor/bootstrap/bootstrap.min.css')?>">
<link rel="stylesheet" href="<?=pihole.fileversion('vendor/bootstrap/css/bootstrap.min.css')?>">
<link rel="stylesheet" href="<?=pihole.fileversion('vendor/animate/animate.min.css')?>">
<link rel="stylesheet" href="<?=pihole.fileversion('vendor/bstreeview/bstreeview.min.css')?>">
<?
Expand All @@ -116,7 +116,7 @@ if startsWith(scriptname, 'groups') then

<!-- scripts -->
<script src="<?=pihole.fileversion('vendor/jquery/jquery.min.js')?>"></script>
<script src="<?=pihole.fileversion('vendor/bootstrap/bootstrap.min.js')?>"></script>
<script src="<?=pihole.fileversion('vendor/bootstrap/js/bootstrap.min.js')?>"></script>
<script src="<?=pihole.fileversion('vendor/adminLTE/adminlte.min.js')?>"></script>
<script src="<?=pihole.fileversion('vendor/bootstrap-notify/bootstrap-notify.min.js')?>"></script>
<script src="<?=pihole.fileversion('vendor/font-awesome/font-awesome.min.js')?>"></script>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 732932a

Please sign in to comment.