Upgrade to 4.2.0
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Kirby\Cms\Url;
|
||||
use Kirby\Toolkit\Html;
|
||||
|
||||
/**
|
||||
@@ -35,8 +34,8 @@ use Kirby\Toolkit\Html;
|
||||
<link nonce="<?= $nonce ?>" rel="stylesheet" href="<?= $css ?>">
|
||||
<?php endforeach ?>
|
||||
|
||||
<?php foreach ($assets['icons'] as $rel => $icon): ?>
|
||||
<link nonce="<?= $nonce ?>" rel="<?= $rel ?>" href="<?= Url::to($icon['url']) ?>" type="<?= $icon['type'] ?>">
|
||||
<?php foreach ($assets['icons'] as $icon): ?>
|
||||
<?= Html::tag('link', null, $icon) ?>
|
||||
<?php endforeach ?>
|
||||
|
||||
<?php foreach ($assets['js'] as $js): ?>
|
||||
|
Reference in New Issue
Block a user