diff --git a/gallery.php b/gallery.php
new file mode 100644
index 0000000..9edf75e
--- /dev/null
+++ b/gallery.php
@@ -0,0 +1,46 @@
+
+
+
+GalleryView - Default Demo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ';
+for ($i = 0; $i < $count; $i++) {
+ echo '';
+ echo substr($files[$i],strlen($folder),strpos($files[$i], '.')-strlen($folder));
+ }
+echo '';
+?>
+