Skip to content

Commit 2a17827

Browse files
flodoloTheoChevalier
authored andcommitted
Use better names for logo files (#847)
1 parent 7d30b78 commit 2a17827

File tree

8 files changed

+4
-13
lines changed

8 files changed

+4
-13
lines changed

app/views/templates/base.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
<?php foreach ($css_files as $css_file):?>
9090
<link rel="stylesheet" href="/style/<?= $css_file . $cache_bust ?>" type="text/css" media="all" />
9191
<?php endforeach?>
92-
<link rel="shortcut icon" type="image/png" href="/img/logo/Icon_16x16.png" />
93-
<link rel="shortcut icon" type="image/svg+xml" href="/img/logo/Icon.svg" />
92+
<link rel="shortcut icon" type="image/png" href="/img/logo/favicon16.png" />
93+
<link rel="shortcut icon" type="image/svg+xml" href="/img/logo/favicon.svg" />
9494
<link rel="alternate" type="application/rss+xml" title="Changelog RSS" href="/rss" />
9595
</head>
9696
<body id="<?= $page ?>" class="nojs">
@@ -111,7 +111,7 @@
111111
print "<div id='beta-badge'><span>BETA</span></div>\n";
112112
}
113113
?>
114-
<h1 id="logo"><a href="/"><img src="/img/logo/Logo_Full.svg" alt="Transvision"></a></h1>
114+
<h1 id="logo"><a href="/"><img src="/img/logo/transvision.svg" alt="Transvision"></a></h1>
115115
<?php if ($experimental == true): ?>
116116
<h2 id="experimental" class="alert">Experimental View</h2>
117117
<?php endif; ?>

web/img/logo/Icon_16x16.svg

Lines changed: 0 additions & 10 deletions
This file was deleted.

web/img/logo/favicon16.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)