strings) . ' strings' . "\n"; $files = glob('view/*/strings.php'); foreach($files as $file) { echo $file . "\n"; include_once($file); }