You are here

function node_gallery_relationship_load in Node Gallery 6.3

Object replacement function for hook_menu().

Parameters

$type: The content type of the gallery.

Return value

A relationship array.

File

./node_gallery.module, line 1002
Node gallery module file.

Code

function node_gallery_relationship_load($type) {
  return node_gallery_get_relationship($type);
}