You are here

constant MEDIA_GALLERY_PAGER_ELEMENT in Media Gallery 7.2

Same name and namespace in other branches
  1. 7 media_gallery.module \MEDIA_GALLERY_PAGER_ELEMENT

The pager element to use for paging through the media items in a gallery.

We avoid using the default pager for now because there is too much risk of it colliding with other pagers initialized for the same page (for example, by the comment module, if the gallery node manages to get comment loading or display functions called on it).

2 uses of MEDIA_GALLERY_PAGER_ELEMENT
media_gallery_preprocess_menu_local_task in ./media_gallery.module
Implements MODULE_preprocess_menu_local_task().
media_gallery_view in ./media_gallery.module
Implements hook_view().

File

./media_gallery.module, line 19

Code

define('MEDIA_GALLERY_PAGER_ELEMENT', 1);