Advertisement
Guest User

Untitled

a guest
May 25th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1. $wgResourceModules['ext.MasterPlanForm'] = array(
  2.         // JavaScript and CSS styles. To combine multiple files, just list them as an array.
  3.         'scripts' => array( 'js/ext.MasterPlanForm.core.js'),
  4.  
  5.         // ResourceLoader needs to know where your files are; specify your
  6.         // subdir relative to "/extensions" (or $wgExtensionAssetsPath)
  7.         'localBasePath' => dirname( __FILE__ ),
  8.         'remoteExtPath' => 'MasterPlanForm'
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement