Skip to content

Commit

Permalink
add bigger favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Feb 13, 2017
1 parent 8d659ae commit 8b12fb0
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -1840,6 +1840,7 @@ themes/themes-available/Classic/images/empty.gif
themes/themes-available/Classic/images/enabled.gif
themes/themes-available/Classic/images/error.png
themes/themes-available/Classic/images/extinfo.gif
themes/themes-available/Classic/images/favicon-32x32.png
themes/themes-available/Classic/images/favicon.ico
themes/themes-available/Classic/images/favicon_counter.png
themes/themes-available/Classic/images/favicon_nocounter.png
Expand Down Expand Up @@ -1997,6 +1998,7 @@ themes/themes-available/Exfoliation/images/empty.gif
themes/themes-available/Exfoliation/images/enabled.gif
themes/themes-available/Exfoliation/images/error.png
themes/themes-available/Exfoliation/images/extinfo.gif
themes/themes-available/Exfoliation/images/favicon-32x32.png
themes/themes-available/Exfoliation/images/favicon.ico
themes/themes-available/Exfoliation/images/favicon_counter.png
themes/themes-available/Exfoliation/images/favicon_nocounter.png
Expand Down Expand Up @@ -2210,6 +2212,7 @@ themes/themes-available/Nuvola/images/empty.gif
themes/themes-available/Nuvola/images/enabled.gif
themes/themes-available/Nuvola/images/error.png
themes/themes-available/Nuvola/images/extinfo.gif
themes/themes-available/Nuvola/images/favicon-32x32.png
themes/themes-available/Nuvola/images/favicon.ico
themes/themes-available/Nuvola/images/favicon_counter.png
themes/themes-available/Nuvola/images/favicon_nocounter.png
Expand Down Expand Up @@ -2417,6 +2420,7 @@ themes/themes-available/Thruk/images/empty.gif
themes/themes-available/Thruk/images/enabled.gif
themes/themes-available/Thruk/images/error.png
themes/themes-available/Thruk/images/extinfo.gif
themes/themes-available/Thruk/images/favicon-32x32.png
themes/themes-available/Thruk/images/favicon.ico
themes/themes-available/Thruk/images/favicon_counter.png
themes/themes-available/Thruk/images/favicon_nocounter.png
Expand Down Expand Up @@ -2581,6 +2585,7 @@ themes/themes-available/Thruk2/images/empty.gif
themes/themes-available/Thruk2/images/enabled.gif
themes/themes-available/Thruk2/images/error.png
themes/themes-available/Thruk2/images/extinfo.gif
themes/themes-available/Thruk2/images/favicon-32x32.png
themes/themes-available/Thruk2/images/favicon.ico
themes/themes-available/Thruk2/images/favicon_counter.png
themes/themes-available/Thruk2/images/favicon_nocounter.png
Expand Down Expand Up @@ -2732,6 +2737,7 @@ themes/themes-available/Vautour/images/empty.gif
themes/themes-available/Vautour/images/enabled.gif
themes/themes-available/Vautour/images/error.png
themes/themes-available/Vautour/images/extinfo.gif
themes/themes-available/Vautour/images/favicon-32x32.png
themes/themes-available/Vautour/images/favicon.ico
themes/themes-available/Vautour/images/favicon_counter.png
themes/themes-available/Vautour/images/favicon_nocounter.png
Expand Down Expand Up @@ -2936,6 +2942,7 @@ themes/themes-available/Wakizashi/images/empty.gif
themes/themes-available/Wakizashi/images/enabled.gif
themes/themes-available/Wakizashi/images/error.png
themes/themes-available/Wakizashi/images/extinfo.gif
themes/themes-available/Wakizashi/images/favicon-32x32.png
themes/themes-available/Wakizashi/images/favicon.ico
themes/themes-available/Wakizashi/images/favicon_counter.png
themes/themes-available/Wakizashi/images/favicon_nocounter.png
Expand Down
1 change: 1 addition & 0 deletions t/TestUtils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ sub diag_lint_errors_and_remove_some_exceptions {
next if $err_str =~ m/Unknown\ attribute\ "autocomplete"\ for\ tag\ <input>/imxo;
next if $err_str =~ m/Character\ ".*?"\ should\ be\ written\ as/imxo;
next if $err_str =~ m/Unknown\ attribute\ "manifest"\ for\ tag\ <html>/imxo;
next if $err_str =~ m/Unknown\ attribute\ "sizes"\ for\ tag\ <link>/imxo;
diag($error->as_string."\n");
push @return, $error;
}
Expand Down
1 change: 1 addition & 0 deletions templates/_header.tt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<title>[% title_prefix %][% escape_html(title) %]</title>
<link rel="shortcut icon" href="[% url_prefix %]themes/[% theme %]/images/favicon.ico" type="image/ico" />
<link rel="icon" type="image/png" href="[% url_prefix %]themes/[% theme %]/images/favicon-32x32.png" sizes="32x32">
[% SET page = 'status' IF page == '' %]
[% PROCESS _common_css.tt %]
[% PROCESS _common_js_files.tt %]
Expand Down
3 changes: 2 additions & 1 deletion templates/index.tt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<title>[% title_prefix %][% title %]</title>
<title>[% title_prefix %][% escape_html(title) %]</title>
<link rel="shortcut icon" href="[% url_prefix %]themes/[% theme %]/images/favicon.ico" type="image/ico" />
<link rel="icon" type="image/png" href="[% url_prefix %]themes/[% theme %]/images/favicon-32x32.png" sizes="32x32">
[% IF c.config.useragentcompat %]<meta http-equiv="X-UA-Compatible" content="[% c.config.useragentcompat %]">[% END %]
<script type="text/javascript">
<!--
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions themes/themes-available/Nuvola/images/favicon-32x32.png
1 change: 1 addition & 0 deletions themes/themes-available/Thruk/images/favicon-32x32.png
1 change: 1 addition & 0 deletions themes/themes-available/Thruk2/images/favicon-32x32.png
1 change: 1 addition & 0 deletions themes/themes-available/Vautour/images/favicon-32x32.png
1 change: 1 addition & 0 deletions themes/themes-available/Wakizashi/images/favicon-32x32.png

0 comments on commit 8b12fb0

Please sign in to comment.