Skip to content

Commit 8f2d09d

Browse files
dereuromarkADmad
andauthored
Avoid fatal type error (#423)
Avoid fatal type error Co-authored-by: ADmad <ADmad@users.noreply.github.com>
1 parent 177e9a4 commit 8f2d09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/layout/examples/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body <?= $this->fetch('tb_body_attrs') ?>>
1717
<header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
1818
<?= $this->Html->link(
19-
Configure::read('App.title'),
19+
Configure::read('App.title', 'Bootstrap UI'),
2020
'/',
2121
['class' => 'navbar-brand col-md-3 col-lg-2 me-0 px-3']
2222
) ?>

0 commit comments

Comments
 (0)