diff --git a/index_en.php b/index_en.php new file mode 100644 index 0000000..f22ab1e --- /dev/null +++ b/index_en.php @@ -0,0 +1,168 @@ + + + + + + + + Video List + + + +
+
+

Created by: Gabriel Logan

+ +
+ Videos Below'; + echo "

Module: $folderName

"; + $dir = "../" . $folderName . "/"; + $videosMp4 = glob($dir . "*.mp4"); + $videoCount = count($videosMp4); // Count the number of videos + ?> +
+ '; + echo '

' . $title . '

'; + echo ''; + echo '
'; + } + ?> +
+ + + +