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

git-svn-id: http://piwigo.org/svn/branches/2.0@2994 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-12-16 22:53:03 +00:00
parent 4592882498
commit 95609895c9
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>';
}
}