[Scummvm-git-logs] scummvm-web master -> 53104e3a61500b295812dd7307abe1bffb8f2d26
criezy
criezy at scummvm.org
Sat Apr 1 11:18:03 CEST 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
53104e3a61 WEB: Rename two images
Commit: 53104e3a61500b295812dd7307abe1bffb8f2d26
https://github.com/scummvm/scummvm-web/commit/53104e3a61500b295812dd7307abe1bffb8f2d26
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-04-01T10:17:34+01:00
Commit Message:
WEB: Rename two images
Changed paths:
A images/plumbervm-caption.png
A images/plumbervm_logo.jpg
templates/index.tpl
diff --git a/images/plumbervm-caption.png b/images/plumbervm-caption.png
new file mode 100644
index 0000000..af3f3f7
Binary files /dev/null and b/images/plumbervm-caption.png differ
diff --git a/images/plumbervm_logo.jpg b/images/plumbervm_logo.jpg
new file mode 100644
index 0000000..4a24a23
Binary files /dev/null and b/images/plumbervm_logo.jpg differ
diff --git a/templates/index.tpl b/templates/index.tpl
index 93ad222..b5ce6af 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -30,12 +30,12 @@
{* Header. *}
<div id="header">
<a href="{$baseurl}">
- <img src="/images/scummvm_logo.jpg" width="287" height="118" alt="{#indexLogo#}" class="float_left">
+ <img src="/images/plumbervm_logo.jpg" width="287" height="118" alt="{#indexLogo#}" class="float_left">
</a>
<span>
<img src="/images/heroes{$heroes_num|rand:0}.png" alt="{#indexCharacters#}" width="483" height="89">
- <img src="/images/scummvm-caption.png" alt="Script creation utility for Maniac Mansion Virtual Machine" width="483" height="29">
+ <img src="/images/plumbervm-caption.png" alt="Script creation utility for Maniac Mansion Virtual Machine" width="483" height="29">
</span>
{include file='lang_menu.tpl'}
</div>
More information about the Scummvm-git-logs
mailing list