summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-14 19:13:32 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-14 19:13:32 -0500
commit2eec0185ab2af2bd51356423152ec4a4374bb78e (patch)
treef35e9e2b7611b334afbf89d0fff1a74f5d8b0226 /app
parent23346d5e76a171efb407612dc54a92740863dfbc (diff)
Replace home icon with KB logo
Diffstat (limited to 'app')
-rw-r--r--app/Template/layout.php4
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>