mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
parent
0feaf5533a
commit
4551d143b3
4 changed files with 4 additions and 4 deletions
|
|
@ -374,7 +374,7 @@ function page_utils.print_header(title, addLoginJS)
|
|||
print[[<script type="application/javascript" src="]] print(http_prefix) print[[/dist/login.js?]] print(static_file_epoch) print[["></script>]]
|
||||
end
|
||||
|
||||
if(ntop.isPro() and ntop.exists(dirs.installdir.."/css/custom-theme.css")) then
|
||||
if(ntop.isPro() and ntop.exists(dirs.installdir.."/httpdocs/css/custom-theme.css")) then
|
||||
print [[
|
||||
<link href="]] print(http_prefix) print[[/css/custom-theme.css?]] print(static_file_epoch) print[[" rel="stylesheet">
|
||||
]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue