Ejemplo n.º 1
0
 /**
  * Pega os arquivos do tema da extensao
  * @param $folder for theme
  * @return array
  */
 public static function getFilesTheme($folder)
 {
     if (is_dir($folder . '/' . Util::getConfig('theme_path'))) {
         return Util::getFiles($folder . '/' . Util::getConfig('theme_path'));
     }
 }