Upgrade to 3.2.5

This commit is contained in:
Bastian Allgeier
2019-09-24 11:00:59 +02:00
parent ff9b5b1861
commit 447a9dd266
234 changed files with 1990 additions and 1224 deletions

View File

@@ -10,8 +10,8 @@
<link rel="stylesheet" href="<?= $assetUrl ?>/css/app.css">
<link rel="stylesheet" href="<?= $pluginCss ?>">
<?php if (isset($config['css'])) : ?>
<link rel="stylesheet" href="<?= Url::to($config['css']) ?>">
<?php if ($customCss) : ?>
<link rel="stylesheet" href="<?= $customCss ?>">
<?php endif ?>
<link rel="apple-touch-icon" href="<?= $assetUrl ?>/apple-touch-icon.png" />
@@ -20,13 +20,18 @@
<base href="<?= $panelUrl ?>">
</head>
<body>
<?= $icons ?>
<svg aria-hidden="true" class="k-icons" xmlns="http://www.w3.org/2000/svg" overflow="hidden">
<defs />
</svg>
<div id="app"></div>
<noscript>
Please enable JavaScript in your browser
</noscript>
<?= $icons ?>
<script>window.panel = <?= json_encode($options, JSON_UNESCAPED_SLASHES) ?></script>
<script src="<?= $assetUrl ?>/js/plugins.js" defer></script>