Browse Source

[install] Removed a couple of css from the past (classic theme) - thanks Illori for the report

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
4b6b2ae0ff
1 changed files with 0 additions and 4 deletions
  1. 0 4
      other/install.php

+ 0 - 4
other/install.php

@@ -495,10 +495,6 @@ function CheckFilesWritable()
 		'Settings.php',
 		'Settings_bak.php'
 	);
-	$extra_files = array(
-		'Themes/classic/index.template.php',
-		'Themes/classic/style.css'
-	);
 	foreach ($incontext['detected_languages'] as $lang => $temp)
 		$extra_files[] = 'Themes/default/languages/' . $lang;