From: Steve Sutton Date: Thu, 30 Jul 2015 17:53:37 +0000 (-0400) Subject: Update nextgen template X-Git-Tag: v1.0^2~43 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=43d7f98ec92ef2388b5dd333d05b2fee83de4a39;p=WP-Themes%2Fnorthernlakes.git Update nextgen template If the photo title matches is0 pattern, then don't show title. --- diff --git a/nggallery/gallery-glmphotos.php b/nggallery/gallery-glmphotos.php index d2dc85b..73e7cc3 100644 --- a/nggallery/gallery-glmphotos.php +++ b/nggallery/gallery-glmphotos.php @@ -34,9 +34,18 @@ Follow variables are useable : hidden ) { ?>
- <?php echo esc_attr($image->alttext) ?>size ?> /> + <?php echo esc_attr($image->alttext) ?>size ?> />
- hidden) { echo esc_attr($image->alttext); }?> + alttext) ? $image->alttext: ''; + ?> + + hidden) { echo esc_attr($imageTitle); }?> +