{{if($dh = @opendir($_path . 'lang')): while (($file = readdir($dh)) !== false): if(strpos($file, '.') === false && $file != '..' && $file != '.'):}}
  • {{echo $file}}
  • {{endif;endwhile;@closedir($dh);endif;}}