Skip to content

Commit 727ca29

Browse files
author
Kristan Kenney
committed
Fix issue where themes were not applied immediately
1 parent 2bbf70e commit 727ca29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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?1446554103" />
8+
<link type="text/css" rel="stylesheet" href="/css/active-theme.css?<?php echo rand() ?>" />
99
<link type="text/css" href="/css/animate.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" />

0 commit comments

Comments
 (0)