Skip to content

Commit 0d8a375

Browse files
author
Kristan Kenney
committed
Merge branch 'refactor-ui-html' into refactor-ui
2 parents 0783cd8 + de4d531 commit 0d8a375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
66
<title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - <?=__('Hestia Control Panel');?></title>
77
<link type="text/css" rel="stylesheet" href="/css/styles.min.css?1446554103" />
8-
<link type="text/css" rel="stylesheet" href="/css/active-theme.css?<?php echo rand() ?>" />
9-
<link type="text/css" href="/css/animate.css?1446554103" rel="stylesheet" />
8+
<link type="text/css" rel="stylesheet" href="/css/active-theme.css?1446554103" />
9+
<link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
1010
<link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
1111
<link type="text/css" href="/css/all.min.css?1446554103" rel="stylesheet" />
1212
<script src="/inc/jquery/jquery-3.4.1.min.js"></script>

0 commit comments

Comments
 (0)