From 56861dcc1b16c804d4168c2ec0216fee640ac976 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 27 Mar 2015 13:52:37 -0400 Subject: [PATCH] Adding video gallery --- nggallery/album-glmalbums.php | 64 +++++++++++++++++++++++++ nggallery/gallery-glmphotos.php | 55 ++++++++++++++++++++++ nggallery/gallery-glmvideos.php | 82 +++++++++++++++++++++++++++++++++ 3 files changed, 201 insertions(+) create mode 100644 nggallery/album-glmalbums.php create mode 100644 nggallery/gallery-glmphotos.php create mode 100644 nggallery/gallery-glmvideos.php diff --git a/nggallery/album-glmalbums.php b/nggallery/album-glmalbums.php new file mode 100644 index 0000000..b971e71 --- /dev/null +++ b/nggallery/album-glmalbums.php @@ -0,0 +1,64 @@ + + If you would like to show the timestamp of the image ,you can use +**/ +?> + + +
+ + + + +
+
+ +
+ + + + +

+ > + title); ?> + +

+ + +
+ + + + +
+ +
+ + diff --git a/nggallery/gallery-glmphotos.php b/nggallery/gallery-glmphotos.php new file mode 100644 index 0000000..74ac570 --- /dev/null +++ b/nggallery/gallery-glmphotos.php @@ -0,0 +1,55 @@ + + If you would like to show the timestamp of the image ,you can use +**/ +?> + + + + + + + + + + diff --git a/nggallery/gallery-glmvideos.php b/nggallery/gallery-glmvideos.php new file mode 100644 index 0000000..e00244b --- /dev/null +++ b/nggallery/gallery-glmvideos.php @@ -0,0 +1,82 @@ + + If you would like to show the timestamp of the image ,you can use +**/ +?> + + + + + -- 2.17.1