|
@@ -26,6 +26,7 @@
|
|
<link rel="stylesheet" href="/css/mailcow.css">
|
|
<link rel="stylesheet" href="/css/mailcow.css">
|
|
<link rel="stylesheet" href="/css/animate.min.css">
|
|
<link rel="stylesheet" href="/css/animate.min.css">
|
|
<link rel="stylesheet" href="/css/numberedtextarea.min.css">
|
|
<link rel="stylesheet" href="/css/numberedtextarea.min.css">
|
|
|
|
+<link rel="stylesheet" href="/css/jquery.jqplot.min.css">
|
|
<?= (preg_match("/mailbox.php/i", $_SERVER['REQUEST_URI'])) ? '<link rel="stylesheet" href="/css/mailbox.css">' : null; ?>
|
|
<?= (preg_match("/mailbox.php/i", $_SERVER['REQUEST_URI'])) ? '<link rel="stylesheet" href="/css/mailbox.css">' : null; ?>
|
|
<?= (preg_match("/admin.php/i", $_SERVER['REQUEST_URI'])) ? '<link rel="stylesheet" href="/css/admin.css">' : null; ?>
|
|
<?= (preg_match("/admin.php/i", $_SERVER['REQUEST_URI'])) ? '<link rel="stylesheet" href="/css/admin.css">' : null; ?>
|
|
<?= (preg_match("/user.php/i", $_SERVER['REQUEST_URI'])) ? '<link rel="stylesheet" href="/css/user.css">' : null; ?>
|
|
<?= (preg_match("/user.php/i", $_SERVER['REQUEST_URI'])) ? '<link rel="stylesheet" href="/css/user.css">' : null; ?>
|