File tree Expand file tree Collapse file tree
dist-persist/wbstack/src/Settings
dist/wbstack/src/Settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 180180// Logos
181181$ wgLogos = [
182182 "1x " => $ wikiInfo ->getSetting ('wgLogo ' ),
183+ "icon " => $ wikiInfo ->getSetting ('wgLogo ' ),
183184];
184185if ( $ wgLogos ["1x " ] === null ) {
185186 // Fallback to the mediawiki logo without the wgLogo overlay
186187 $ wgLogos = [
187188 "1x " => "/w/resources/assets/wikibase_cloud.svg " ,
189+ "icon " => "/w/resources/assets/wikibase_cloud.svg " ,
188190 ];
189191}
190192
Original file line number Diff line number Diff line change 180180// Logos
181181$ wgLogos = [
182182 "1x " => $ wikiInfo ->getSetting ('wgLogo ' ),
183+ "icon " => $ wikiInfo ->getSetting ('wgLogo ' ),
183184];
184185if ( $ wgLogos ["1x " ] === null ) {
185186 // Fallback to the mediawiki logo without the wgLogo overlay
186187 $ wgLogos = [
187188 "1x " => "/w/resources/assets/wikibase_cloud.svg " ,
189+ "icon " => "/w/resources/assets/wikibase_cloud.svg " ,
188190 ];
189191}
190192
You can’t perform that action at this time.
0 commit comments