/**
  * Constructor
  */
 function DefaultThemePlugin()
 {
     parent::ThemePlugin();
 }
 /**
  * Constructor
  */
 function QuestThemePlugin()
 {
     parent::ThemePlugin();
     HookRegistry::register('Templates::Common::Footer::PageFooter', array($this, 'printJavascript'));
 }