Border removal in mails on thumbnails (2). Need further tests.

merge -c2994 from branch 2.0 to trunk


git-svn-id: http://piwigo.org/svn/trunk@2995 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-12-16 22:55:08 +00:00
parent c2a47b78a4
commit a7a4a7d2f4
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ SELECT id, file, path, tn_ext
'image_file' => $element['file'],
'category' => $category
))
.'"><img src="'.get_thumbnail_url($element).'"/></a>';
.'" class="thumblnk"><img src="'.get_thumbnail_url($element).'"/></a>';
}
}