Exemple #1
0
 public function __construct(array $config)
 {
     parent::__construct($config);
     $this->themeFolder = $config['themesFolder'] . '/' . $config['theme'] . '/';
 }