Video gallery page & Gallery play image
authorLaury GvR <laury@gaslightmedia.com>
Tue, 2 Sep 2014 15:36:33 +0000 (11:36 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 2 Sep 2014 15:36:33 +0000 (11:36 -0400)
assets/video_overlay.png [new file with mode: 0644]
static/15.phtml [new file with mode: 0644]

diff --git a/assets/video_overlay.png b/assets/video_overlay.png
new file mode 100644 (file)
index 0000000..f67bb11
Binary files /dev/null and b/assets/video_overlay.png differ
diff --git a/static/15.phtml b/static/15.phtml
new file mode 100644 (file)
index 0000000..76f114c
--- /dev/null
@@ -0,0 +1,6 @@
+<?php
+$gallery = new Toolkit_Videos_WebPageDecorator();
+echo $gallery->toHtml(
+    Toolkit_Database::getInstance(),
+    null
+);
\ No newline at end of file