Example #1
0
 public static function pluginInstallDir()
 {
     $themeDirs = Model::pluginDirs();
     return array_shift($themeDirs);
 }