Skip to content

Commit

Permalink
Item1012: update top logo with the one in ProjectLogos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@2388 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Feb 7, 2009
1 parent d275ed4 commit bc245f0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/bin/configure
Expand Up @@ -332,7 +332,7 @@ if ( $action eq 'image' ) {
if (
( defined($image) )
&& ( ( $image eq 'favicon.ico' )
|| ( $image eq 'banner.png' )
|| ( $image eq 'foswiki-logo-slogan.png' )
|| ( $image eq 'warning.gif' )
|| ( $image eq 'info.gif' ) )
)
Expand Down Expand Up @@ -424,7 +424,7 @@ HERE
# use this script recursively to serve the icon image
print CGI::img(
{
src => $scriptName . '?action=image;image=banner.png;type=image/png',
src => $scriptName . '?action=image;image=foswiki-logo-slogan.png;type=image/png',
class => 'logo',
alt => 'Foswiki'
}
Expand Down
Binary file removed core/bin/logos/banner.png
Binary file not shown.
Binary file added core/bin/logos/foswiki-logo-slogan.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Contrib/core/MANIFEST
Expand Up @@ -12,7 +12,7 @@ bin/configure 0555
bin/edit 0555
bin/login 0555
bin/logon 0555
bin/logos/banner.png 0444
bin/logos/foswiki-logo-slogan.png 0444
bin/logos/favicon.ico 0444
bin/logos/info.gif 0444
bin/logos/warning.gif 0444
Expand Down

0 comments on commit bc245f0

Please sign in to comment.