mirror of
https://github.com/friendica/friendica
synced 2026-04-21 00:47:27 +02:00
yet another template converted to language neutral format
This commit is contained in:
parent
ea59e199d5
commit
0de88eb6b0
14 changed files with 52 additions and 27 deletions
|
|
@ -35,4 +35,14 @@
|
|||
echo $file . "\n";
|
||||
include_once($file);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
echo "String files\n";
|
||||
|
||||
echo 'util/strings.php' . "\n";
|
||||
include_once('util/strings.php');
|
||||
$files = glob('view/*/strings.php');
|
||||
foreach($files as $file) {
|
||||
echo $file . "\n";
|
||||
include_once($file);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue