diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-11 14:20:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-11 14:20:40 +0100 |
commit | c904bccce1c49eb130875ad055556fa6f9f36096 (patch) | |
tree | 9a270d76651dcb7eaff3b15490bc6a009997adfe /tpl | |
parent | 1739d6b314f410ee79d603f601f2845d55c48b4d (diff) | |
parent | 6fcb44378725dcfeac8160b2bcfe37a6da5106c1 (diff) | |
download | Shaarli-c904bccce1c49eb130875ad055556fa6f9f36096.tar.gz Shaarli-c904bccce1c49eb130875ad055556fa6f9f36096.tar.zst Shaarli-c904bccce1c49eb130875ad055556fa6f9f36096.zip |
Merge pull request #805 from ArthurHoaro/mobile-logo
Fixes #793: display the star logo on mobile instead of home logo
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/page.header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index b76fc03e..cbef6f71 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <div class="pure-u-lg-0 pure-u-1"> | 2 | <div class="pure-u-lg-0 pure-u-1"> |
3 | <div class="pure-menu"> | 3 | <div class="pure-menu"> |
4 | <a href="{$titleLink}" class="pure-menu-link"> | 4 | <a href="{$titleLink}" class="pure-menu-link"> |
5 | <i class="fa fa-home"></i> | 5 | <img src="img/icon.png" width="16" height="16" class="head-logo" alt="logo" /> |
6 | {$shaarlititle} | 6 | {$shaarlititle} |
7 | </a> | 7 | </a> |
8 | <a href="#" class="menu-toggle" id="menu-toggle"><s class="bar"></s><s class="bar"></s></a> | 8 | <a href="#" class="menu-toggle" id="menu-toggle"><s class="bar"></s><s class="bar"></s></a> |