From 6856f68bc9ffb6686d3998e88fe65596a58e96ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 29 Mar 2016 14:04:12 +0200 Subject: [PATCH] Added language support and some meta tags. --- index.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 4f33d3e..a5f62f5 100644 --- a/index.php +++ b/index.php @@ -62,6 +62,12 @@ // Files that will be ignored 'ignores' => array('.', '..', 'LICENSE', 'README.md'), + + // Language code + 'lang' => 'en_GB', + + // Language direction + 'lang_dir' => 'ltr', ); // =============={ Configuration End }============== @@ -243,11 +249,16 @@ $file_array = ListFiles($settings['uploaddir'], $data['ignores']); ?> - + + - + + + + <?=$settings['title']?> -- 2.39.2