Merge "Move mediawiki.png to assets/ directory"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 7 Sep 2014 21:26:50 +0000 (21:26 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 7 Sep 2014 21:26:50 +0000 (21:26 +0000)
1  2 
includes/templates/NoLocalSettings.php

@@@ -72,7 -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'>
@@@ -81,9 -81,9 +81,9 @@@
                        <p>
                        <?php
                        if ( $installerStarted ) {
 -                              echo "Please <a href=\"" . htmlspecialchars( $path ) . "mw-config/index." . htmlspecialchars( $ext ) . "\"> complete the installation</a> and download LocalSettings.php.";
 +                              echo "Please <a href=\"" . htmlspecialchars( $path ) . "mw-config/index." . htmlspecialchars( $ext ) . "\">complete the installation</a> and download LocalSettings.php.";
                        } else {
 -                              echo "Please <a href=\"" . htmlspecialchars( $path ) . "mw-config/index." . htmlspecialchars( $ext ) . "\"> set up the wiki</a> first.";
 +                              echo "Please <a href=\"" . htmlspecialchars( $path ) . "mw-config/index." . htmlspecialchars( $ext ) . "\">set up the wiki</a> first.";
                        }
                        ?>
                        </p>