Advertisement
Guest User

Final Code

a guest
Jan 19th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php
  2.     $images = intval($wpdb->get_var("SELECT COUNT(*) FROM $wpdb->nggpictures"));
  3.     $ngg_options = nggGallery::get_option("ngg_options");
  4.     $maxElement = $ngg_options["galImages"];
  5.     if ($images > $maxElement) {
  6.         echo "<div class='ngg-navigation-end'><!-- --></div>";
  7.     }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement