Upgrade to 3.7.0
This commit is contained in:
0
kirby/views/browser.php
Normal file → Executable file
0
kirby/views/browser.php
Normal file → Executable file
0
kirby/views/fatal.php
Normal file → Executable file
0
kirby/views/fatal.php
Normal file → Executable file
5
kirby/views/panel.php
Normal file → Executable file
5
kirby/views/panel.php
Normal file → Executable 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
0
kirby/views/php.php
Normal file → Executable file
0
kirby/views/snippets/footer.php
Normal file → Executable file
0
kirby/views/snippets/footer.php
Normal file → Executable file
0
kirby/views/snippets/header.php
Normal file → Executable file
0
kirby/views/snippets/header.php
Normal file → Executable file
Reference in New Issue
Block a user