We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177e9a4 commit 8f2d09dCopy full SHA for 8f2d09d
templates/layout/examples/dashboard.php
@@ -16,7 +16,7 @@
16
<body <?= $this->fetch('tb_body_attrs') ?>>
17
<header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
18
<?= $this->Html->link(
19
- Configure::read('App.title'),
+ Configure::read('App.title', 'Bootstrap UI'),
20
'/',
21
['class' => 'navbar-brand col-md-3 col-lg-2 me-0 px-3']
22
) ?>
0 commit comments