Skip to content
Snippets Groups Projects
Commit 75c6db53 authored by webgeer's avatar webgeer
Browse files

Fix for http://drupal.org/node/69453 Thanks Tobias

parent a3793977
No related branches found
No related tags found
No related merge requests found
......@@ -538,6 +538,7 @@ function theme_acidfree_gmapnodelabel($n) {
function theme_image_gmapnodelabel($n) {
$out = '<a href="'.url('node/'.$n->nid).'">'.check_plain($n->title).'</a> <br>';
$out .= image_display($n,'thumbnail');
return $out;
}
function theme_gmapnodelabel($n) {
// Allow a module (where the module name matches the node type name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment