function nggShowRelatedImages($type = NULL, $maxImages = 0)
{
    return M_Gallery_Display::_render_related_string(NULL, $maxImages, $type);
}