Ejemplo n.º 1
0
 public static function getManager()
 {
     if (!isset(self::$_manager)) {
         self::$_manager = new Manager(['path' => App::getPath() . '/themes', 'baseUrl' => App::getUrl() . '/themes']);
     }
     return self::$_manager;
 }