From 405e1fa6090ca9ded9916e6052e2e42a546041a2 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 23 Jun 2015 14:07:09 -0400 Subject: [PATCH] More Nextgen Templates --- nggallery/album-glmalbums.php | 27 ++++++---- nggallery/gallery-glmphotos-8.php | 55 ++++++++++++++++++++ nggallery/gallery-glmphotos-narrow.php | 55 ++++++++++++++++++++ nggallery/gallery-glmphotos.php | 24 ++------- nggallery/gallery-glmvideos.php | 72 ++++++++++++++++++++++++++ 5 files changed, 201 insertions(+), 32 deletions(-) create mode 100644 nggallery/gallery-glmphotos-8.php create mode 100644 nggallery/gallery-glmphotos-narrow.php create mode 100644 nggallery/gallery-glmvideos.php diff --git a/nggallery/album-glmalbums.php b/nggallery/album-glmalbums.php index 3635455..288a68e 100644 --- a/nggallery/album-glmalbums.php +++ b/nggallery/album-glmalbums.php @@ -33,17 +33,22 @@ Follow variables are useable : } else { $max_width = ''; } ?> - - > -

hidden) { echo esc_attr($gallery->title); }?>

- - counter > 0) : ?> - - -
+ +

+ > + title); ?> + +

+ diff --git a/nggallery/gallery-glmphotos-8.php b/nggallery/gallery-glmphotos-8.php new file mode 100644 index 0000000..28bb6c9 --- /dev/null +++ b/nggallery/gallery-glmphotos-8.php @@ -0,0 +1,55 @@ + + If you would like to show the timestamp of the image ,you can use +**/ +?> + + + + + + + + + + diff --git a/nggallery/gallery-glmphotos-narrow.php b/nggallery/gallery-glmphotos-narrow.php new file mode 100644 index 0000000..bc07527 --- /dev/null +++ b/nggallery/gallery-glmphotos-narrow.php @@ -0,0 +1,55 @@ + + If you would like to show the timestamp of the image ,you can use +**/ +?> + + + + + + + + + + diff --git a/nggallery/gallery-glmphotos.php b/nggallery/gallery-glmphotos.php index 61f77c5..6f89385 100644 --- a/nggallery/gallery-glmphotos.php +++ b/nggallery/gallery-glmphotos.php @@ -15,28 +15,10 @@ Follow variables are useable : diff --git a/nggallery/gallery-glmvideos.php b/nggallery/gallery-glmvideos.php new file mode 100644 index 0000000..f1a937d --- /dev/null +++ b/nggallery/gallery-glmvideos.php @@ -0,0 +1,72 @@ + + If you would like to show the timestamp of the image ,you can use +**/ +?> + + + + + -- 2.17.1