Skip to content

Commit 28bdfcc

Browse files
author
Kristan Kenney
committed
Update reference to animate.min.css
1 parent 2664e84 commit 28bdfcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/templates/admin/list_server_info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title><?php echo $_SERVER['HTTP_HOST']; ?> - <?=__($TAB)?> - Hestia Task Viewer</title>
77
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
88
<link rel="stylesheet" href="/css/active-theme.css?1446554103">
9-
<link type="text/css" href="/css/animate.css?1446554103" rel="stylesheet" />
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>

web/templates/admin/list_weblog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Hestia - <?=__('Web Log Manager')?> </title>
77
<link rel="stylesheet" href="/css/styles.min.css?1446554103">
88
<link rel="stylesheet" href="/css/active-theme.css?1446554103">
9-
<link type="text/css" href="/css/animate.css?1446554103" rel="stylesheet" />
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>

web/templates/header.html

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