Exemplo n.º 1
0
 /**
  * Constructor
  */
 function DefaultThemePlugin()
 {
     parent::ThemePlugin();
 }
Exemplo n.º 2
0
 /**
  * Constructor
  */
 function QuestThemePlugin()
 {
     parent::ThemePlugin();
     HookRegistry::register('Templates::Common::Footer::PageFooter', array($this, 'printJavascript'));
 }