Compare commits
4 Commits
72ee9cd0db
...
95e4b449f0
Author | SHA1 | Date | |
---|---|---|---|
95e4b449f0 | |||
aab3925697 | |||
d7338b84d3 | |||
0216861579 |
@ -1 +0,0 @@
|
||||
<?php //empty on purpose
|
@ -376,7 +376,7 @@ header>p>span {
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
header>p>span>a:link, header>p>span>a:visited {
|
||||
header>p>span>a:link, header>p>span>a:visited, footer>p>a:link, footer>p>a:visited {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
@ -29,6 +29,6 @@
|
||||
</main>
|
||||
<footer>
|
||||
<p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
|
||||
--><p>© The MapGuesser Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
|
||||
--><p>© The <a href="https://git.esoko.eu/esoko/mapguesser" target="_blank">MapGuesser</a> Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
|
||||
</footer>
|
||||
@endsection
|
||||
|
Loading…
Reference in New Issue
Block a user