diff options
author | Bartosz Dziewoński <matma.rex@gmail.com> | 2014-09-05 19:18:11 +0200 |
---|---|---|
committer | Bartosz Dziewoński <matma.rex@gmail.com> | 2014-09-05 20:03:39 +0200 |
commit | d18888b0d05d2898d13afce4f9e09dac888b18e1 (patch) | |
tree | c515f3267e44a53c901fdf4a2cf7a9b6d33ab8e3 /includes/templates | |
parent | 2b4b9a3fdb8072984d330c093c95aa9a8dfe2012 (diff) | |
download | mediawikicore-d18888b0d05d2898d13afce4f9e09dac888b18e1.tar.gz mediawikicore-d18888b0d05d2898d13afce4f9e09dac888b18e1.zip |
Move mediawiki.png to assets/ directory
Bug: 69277
Change-Id: I7936d878de23b1b85d5e0a3a3a9572101681dfdc
Diffstat (limited to 'includes/templates')
-rw-r--r-- | includes/templates/NoLocalSettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/templates/NoLocalSettings.php b/includes/templates/NoLocalSettings.php index 33b240002a89..86bc4155d09b 100644 --- a/includes/templates/NoLocalSettings.php +++ b/includes/templates/NoLocalSettings.php @@ -72,7 +72,7 @@ if ( !function_exists( 'session_name' ) ) { </style> </head> <body> - <img src="<?php echo htmlspecialchars( $path ) ?>skins/common/images/mediawiki.png" alt='The MediaWiki logo' /> + <img src="<?php echo htmlspecialchars( $path ) ?>assets/mediawiki.png" alt='The MediaWiki logo' /> <h1>MediaWiki <?php echo htmlspecialchars( $wgVersion ) ?></h1> <div class='error'> |