function image_gallery_term_path in Image 5
Same name and namespace in other branches
- 5.2 contrib/image_gallery/image_gallery.module \image_gallery_term_path()
- 6 contrib/image_gallery/image_gallery.module \image_gallery_term_path()
- 7 contrib/image_gallery/image_gallery.module \image_gallery_term_path()
File
- contrib/
image_gallery/ image_gallery.module, line 107
Code
function image_gallery_term_path($term) {
return 'image/tid/' . $term->tid;
}