Advertisement
Guest User

Untitled

a guest
May 25th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. $wgHooks['BeforePageDisplay'][] = 'MasterPlanFormHooks::onBeforePageDisplay';
  2.  
  3. class MasterPlanFormHooks {
  4.   public static function onBeforePageDisplay(&$out, &$skin) {
  5.     $out->addModules( 'ext.MasterPlanForm.core');
  6.     return true;
  7.   }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement