Upgrade to 3.7.0

This commit is contained in:
Bastian Allgeier
2022-06-27 10:02:22 +02:00
parent 0751a6510d
commit 1c22148d7b
674 changed files with 5052 additions and 3082 deletions

0
kirby/views/browser.php Normal file → Executable file
View File

0
kirby/views/fatal.php Normal file → Executable file
View File

5
kirby/views/panel.php Normal file → Executable file
View File

@@ -1,4 +1,7 @@
<?php
use Kirby\Cms\Url;
/**
* @var \Kirby\Cms\App $kirby
* @var string $icons
@@ -32,7 +35,7 @@
<?php endforeach ?>
<?php foreach ($assets['icons'] as $rel => $icon): ?>
<link nonce="<?= $nonce ?>" rel="<?= $rel ?>" href="<?= url($icon['url']) ?>" type="<?= $icon['type'] ?>">
<link nonce="<?= $nonce ?>" rel="<?= $rel ?>" href="<?= Url::to($icon['url']) ?>" type="<?= $icon['type'] ?>">
<?php endforeach ?>
<base href="<?= $panelUrl ?>">

0
kirby/views/php.php Normal file → Executable file
View File

0
kirby/views/snippets/footer.php Normal file → Executable file
View File

0
kirby/views/snippets/header.php Normal file → Executable file
View File