Changeset 831
- Timestamp:
- 11/20/08 15:17:50 (3 years ago)
- Location:
- trunk/core
- Files:
-
- 1 added
- 2 deleted
- 5 edited
- 1 moved
-
bin/configure (modified) (2 diffs)
-
bin/logos/banner.gif (moved) (moved from trunk/core/bin/logos/logo140x40.gif)
-
bin/logos/favicon.ico (modified) (previous)
-
bin/logos/logo22x26.gif (deleted)
-
pub/System/ProjectLogos/banner.gif (modified) (previous)
-
pub/System/ProjectLogos/favicon.ico (modified) (previous)
-
pub/System/ProjectLogos/large.gif (modified) (previous)
-
pub/System/ProjectLogos/logo.svg (added)
-
pub/System/ProjectLogos/logo140x40.gif (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/bin/configure
r809 r831 338 338 if( (defined($image)) && 339 339 (($image eq 'favicon.ico') || 340 ($image eq 'logo22x26.gif') || 341 ($image eq 'logo140x40.gif') || 340 ($image eq 'banner.gif') || 342 341 ($image eq 'warning.gif') || 343 342 ($image eq 'info.gif')) ) { … … 406 405 407 406 # use this script recursively to serve the icon image 408 print CGI::img({src=>$scriptName.'?action=image;image= logo140x40.gif;type=image/gif', class=>'logo', alt=>'Foswiki', width=>'140', height=>'40'});407 print CGI::img({src=>$scriptName.'?action=image;image=banner.gif;type=image/gif', class=>'logo', alt=>'Foswiki'}); 409 408 410 409 my $stub = new Foswiki::Configure::Item();
Note: See TracChangeset
for help on using the changeset viewer.
