aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-16 22:53:03 +0000
committervdigital <vdigital@piwigo.org>2008-12-16 22:53:03 +0000
commit95609895c98aeb7790ed1025ba6aa176d8854c5c (patch)
tree62c331a5576a660f13af9886cc7cd5128cd851dd /admin
parent4592882498e8f3684acb0c4e598f1a83ab0092ac (diff)
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
Diffstat (limited to 'admin')
-rw-r--r--admin/cat_modify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cat_modify.php b/admin/cat_modify.php
index b0876ecb8..01a7c2efc 100644
--- a/admin/cat_modify.php
+++ b/admin/cat_modify.php
@@ -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>';
}
}