From: Tim Starling Date: Tue, 23 Mar 2004 10:25:52 +0000 (+0000) Subject: template namespace is moveable X-Git-Tag: 1.3.0beta1~730 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=a3282dfc453aee97edb7c0c7d736a1eb1f79f69e;p=lhc%2Fweb%2Fwiklou.git template namespace is moveable --- diff --git a/includes/Namespace.php b/includes/Namespace.php index 06f792a7bc..ab963ed772 100644 --- a/includes/Namespace.php +++ b/includes/Namespace.php @@ -37,7 +37,7 @@ class Namespace { function isMovable( $index ) { - if ( $index < NS_MAIN || $index == NS_IMAGE || $index == NS_TEMPLATE) { + if ( $index < NS_MAIN || $index == NS_IMAGE ) { return false; } return true;