finally found the reason for the li bug, top a now in skin
[lhc/web/wiklou.git] / install.php
index b84252c..dab4143 100644 (file)
@@ -77,6 +77,10 @@ copyfile( "./images", "button_nowiki.png", $wgUploadDirectory );
 copyfile( "./images", "button_sig.png", $wgUploadDirectory );
 copyfile( "./images", "button_template.png", $wgUploadDirectory );
 copyfile( "./images", "magnify-clip.png", $wgUploadDirectory );
+copyfile( "./images", "Arr_.png", $wgUploadDirectory );
+copyfile( "./images", "Arr_r.png", $wgUploadDirectory );
+copyfile( "./images", "Arr_d.png", $wgUploadDirectory );
+copyfile( "./images", "Arr_l.png", $wgUploadDirectory );
 
 copyfile( "./languages", "Language.php", $IP );
 copyfile( "./languages", "LanguageUtf8.php", $IP );
@@ -123,6 +127,8 @@ $rootpw=readconsole();
 
 # Include rest of code to get things like internationalized messages.
 #
+$wgUseDatabaseMessages = false; # no DB yet
+
 include_once( "{$IP}/Setup.php" );
 $wgTitle = Title::newFromText( "Installation script" );