More title protection clean up. JS errors were being thrown calling the non-existent...
[lhc/web/wiklou.git] / skins / MySkin.deps.php
index 633ab55..5e24906 100644 (file)
@@ -8,6 +8,6 @@
 if ( ! defined( 'MEDIAWIKI' ) )
        die( 1 );
 
-require_once('includes/SkinTemplate.php');
+require_once( dirname( dirname( __FILE__ ) ) . '/includes/SkinTemplate.php');
 require_once( dirname(__FILE__) . '/MonoBook.php' );
-?>
+