You are here

function colorbox_gallery_exists in Colorbox 7.2

Same name and namespace in other branches
  1. 7 colorbox.module \colorbox_gallery_exists()

Gallery Exists Function.

Machine names normally need to be unique but that does not apply to galleries.

Return value

false Always FALSE

File

./colorbox.module, line 610
A light-weight, customizable lightbox plugin for jQuery 1.3.

Code

function colorbox_gallery_exists() {
  return FALSE;
}