mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Fix LCARS fonts
theme variable is an array. Using pihole.webtheme(). Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -75,7 +75,7 @@ is_secure = mg.request_info.https or pihole.rev_proxy()
|
||||
<? end ?>
|
||||
|
||||
<!-- Theme fonts -->
|
||||
<? if theme == 'lcars' then ?>
|
||||
<? if pihole.webtheme() == 'lcars' then ?>
|
||||
<link rel="stylesheet" href="<?=pihole.fileversion('style/vendor/fonts/ubuntu-mono/ubuntu-mono.css')?>">
|
||||
<link rel="stylesheet" href="<?=pihole.fileversion('style/vendor/fonts/antonio/antonio.css')?>">
|
||||
<? else ?>
|
||||
|
||||
Reference in New Issue
Block a user