diff options
author | Sebastian Morr | 2017-10-31 22:32:13 +0100 |
---|---|---|
committer | Sebastian Morr | 2017-10-31 22:32:13 +0100 |
commit | ef826846e0831dc97b69be05e3960f530d0863ad (patch) | |
tree | 763e4860afa1c0765aecd10c443b8570109cf232 /template/500.phtml | |
parent | 108902fe5dcaad25bc94bdecf9b4ae32eab49c5f (diff) |
Replace TV icon with voctocat everywhere
This includes the header, favicons, and 404/500 pages.
Diffstat (limited to 'template/500.phtml')
-rw-r--r-- | template/500.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/500.phtml b/template/500.phtml index d7c7e4a..7b09ede 100644 --- a/template/500.phtml +++ b/template/500.phtml @@ -5,5 +5,5 @@ <pre><?=h($e)?></pre> </div> - <?=file_get_contents('assets/img/missing-cat.svg') ?> + <img src="assets/img/missing-cat.gif"> </div> |