Snippets:Tagline

From mw.mh370.wiki
Jump to navigation Jump to search

Tagline

The site Tagline is configured in LocalSettings.php.

Default configuration:-
## The URL paths to the logo.  Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
$wgLogos = [
	'1x' => "$wgResourceBasePath/resources/assets/change-your-logo.svg",
	'tagline' => [
		"src" => "My Tagline",
		"width" => 117,
		"height" => 13
	],
	'icon' => "$wgResourceBasePath/resources/assets/change-your-logo.svg",
];

To alter the Tagline, simply insert your own text at "src" => " ",