Ejemplo n.º 1
0
 function __construct($root)
 {
     parent::__construct($root);
     $this->renderer = TemplateRendererFactory::build()->getRenderer($this->getTemplateDir());
     $this->includeJavascriptFile('/themes/FlamingParrot/js/navbar.js');
     $this->includeJavascriptFile('/themes/FlamingParrot/js/sidebar.js');
     $this->includeJavascriptFile('/themes/FlamingParrot/js/motd.js');
     $this->includeJavascriptFile('/themes/FlamingParrot/js/keymaster/keymaster.js');
     $this->includeJavascriptFile('/themes/FlamingParrot/js/keymaster-sequence/keymaster.sequence.min.js');
     $this->includeJavascriptFile('/themes/FlamingParrot/js/keyboard-navigation.js');
 }
Ejemplo n.º 2
0
 /**
  * STTab_Theme() - Constructor
  */
 function __construct($root)
 {
     parent::__construct($root);
 }
Ejemplo n.º 3
0
 /**
  * CodexSTN_Theme() - Constructor
  */
 function __construct($root)
 {
     // Parent constructor
     parent::__construct($root);
 }