Notice: Undefined variable: key in class.displayed_gallery_renderer.php
-
Hi!
I have a message:
Notice: Undefined variable: key in domain.com/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_gallery_display/class.displayed_gallery_renderer.php on line 280When I use NextGEn with a custom template:
<?php if (!defined (‘ABSPATH’)) die (‘No direct access allowed’); ?><?php if (!empty ($galleries)) : ?><div class=”ngg”>
<?php foreach ($galleries as $gallery) : ?>
<div class=”album”>
<h2><?php echo $gallery->title ?></h2>
<?php echo do_shortcode(“[nggallery id=”.$gallery->gid.”]”); ?>
</div>
<?php endforeach; ?>
<?php echo $pagination ?>
</div><?php endif; ?>
What wrong?
- The topic ‘Notice: Undefined variable: key in class.displayed_gallery_renderer.php’ is closed to new replies.