Browse Source

Merge branch 'refactor-ui-html' into refactor-ui

Kristan Kenney 5 years ago
parent
commit
0d8a3752ba
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/templates/header.html

+ 2 - 2
web/templates/header.html

@@ -5,8 +5,8 @@
   <link rel="icon" href="/images/favicon.ico" type="image/x-icon">
   <title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - <?=__('Hestia Control Panel');?></title>
   <link type="text/css" rel="stylesheet" href="/css/styles.min.css?1446554103" />
-  <link type="text/css" rel="stylesheet" href="/css/active-theme.css?<?php echo rand() ?>" />
-  <link type="text/css" href="/css/animate.css?1446554103" rel="stylesheet" />
+  <link type="text/css" rel="stylesheet" href="/css/active-theme.css?1446554103" />
+  <link type="text/css" href="/css/animate.min.css?1446554103" rel="stylesheet" />
   <link type="text/css" href="/css/jquery-custom-dialogs.css?1446554103" rel="stylesheet" />
   <link type="text/css" href="/css/all.min.css?1446554103" rel="stylesheet" />
   <script src="/inc/jquery/jquery-3.4.1.min.js"></script>