diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/layout.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index 9e85e9ae..ad4c4084 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -29,13 +29,13 @@ data-login-url="<?= $this->u('user', 'login') ?>" data-timezone="<?= $this->getTimezone() ?>" data-js-lang="<?= $this->jsLang() ?>"> - + <?php if (isset($no_layout) && $no_layout): ?> <?= $content_for_layout ?> <?php else: ?> <header> <nav> - <h1><?= $this->a('<i class="fa fa-home fa-fw"></i>', 'app', 'index', array(), false, 'home-link', t('Dashboard')).' '.$this->summary($this->e($title)) ?></h1> + <h1><?= $this->a('K<span>B</span>', 'app', 'index', array(), false, 'logo', t('Dashboard')).' '.$this->summary($this->e($title)) ?></h1> <ul> <?php if (isset($board_selector) && ! empty($board_selector)): ?> <li> |