mirror of https://gitlab.crans.org/nounous/nixos
Remove custom Public and Interne namespaces
parent
18c59cdc85
commit
eb81239e4f
|
|
@ -158,23 +158,9 @@ in
|
|||
# Custom Namespaces
|
||||
define("NS_ARCHIVE", 3000);
|
||||
define("NS_ARCHIVE_TALK", 3001);
|
||||
define("NS_PUBLIC", 3002);
|
||||
define("NS_PUBLIC_TALK", 3003);
|
||||
define("NS_INTERNE", 3004);
|
||||
define("NS_INTERNE_TALK", 3005);
|
||||
$wgExtraNamespaces = [
|
||||
NS_ARCHIVE => "Archive",
|
||||
NS_ARCHIVE_TALK => "Discussion_archive",
|
||||
NS_PUBLIC => "Public",
|
||||
NS_PUBLIC_TALK => "Discussions_pages_publiques",
|
||||
NS_INTERNE => "Interne",
|
||||
NS_INTERNE_TALK => "Discussions_pages_internes"
|
||||
];
|
||||
$wgContentNamespaces = [ NS_MAIN, NS_PUBLIC, NS_INTERNE ];
|
||||
$wgNamespacesToBeSearchedDefault = [
|
||||
NS_MAIN => true,
|
||||
NS_PUBLIC => true,
|
||||
NS_INTERNE => true,
|
||||
];
|
||||
|
||||
# Debug
|
||||
|
|
|
|||
Loading…
Reference in New Issue