tables sql script for postgresql, totally untested stuff as we dont even have a postg...
[lhc/web/wiklou.git] / languages / LanguageIt.php
index 7a1168d..75b5c0d 100644 (file)
 );
 
 /* private */ $wgSkinNamesIt = array(
-       "Standard", "Nostalgia", "Cologne Blue"
+       'standard' => "Standard",
+       'nostalgia' => "Nostalgia",
+       'cologneblue' => "Cologne Blue",
+       'smarty' => "Paddington",
+       'montparnasse' => "Montparnasse",
+       'davinci' => "DaVinci",
+       'mono' => "Mono",
+       'monobook' => "MonoBook",
+ "myskin" => "MySkin" 
 );
 
 /* private */ $wgUserTogglesIt = array(
@@ -775,7 +783,7 @@ Scegli, per cortesia, un titolo diverso per l'articolo.",
 
 );
 
-include_once( "LanguageUtf8.php" );
+require_once( "LanguageUtf8.php" );
 
 class LanguageIt extends LanguageUtf8 {