X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2FResources.php;h=f279c848f5a03cd37673bba2baeab1eff84a46d5;hb=c443bbb25eb5e843b4a601d750ce46e7297e0f61;hp=8a760ac3d45122d88f7970fdb3355a197aa9d4ce;hpb=2b9e9f6a4a4c3bcfe04270194fd4f9a5b9f5a931;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/Resources.php b/resources/Resources.php index 8a760ac3d4..f279c848f5 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -20,6 +20,10 @@ * @file */ +if( !defined( 'MEDIAWIKI' ) ) { + die( 'Not an entry point.' ); +} + return array( /* Special modules who have their own classes */ @@ -97,7 +101,6 @@ return array( 'common/commonInterface.css' => array( 'media' => 'screen' ), 'vector/screen.css' => array( 'media' => 'screen' ), 'vector/screen-hd.css' => array( 'media' => 'screen and (min-width: 982px)' ), - 'vector/print.css' => array( 'media' => 'print' ), ), 'scripts' => 'vector/vector.js', 'remoteBasePath' => $GLOBALS['wgStylePath'],