aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_modify.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-16 22:55:08 +0000
committervdigital <vdigital@piwigo.org>2008-12-16 22:55:08 +0000
commita7a4a7d2f4f81602524e843bb3308dcb09502394 (patch)
treeef075bda83dff4b4578605218ffa821b25f891fd /admin/cat_modify.php
parentc2a47b78a4b95409309f689a08e0b4fda2b2ea42 (diff)
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
Diffstat (limited to 'admin/cat_modify.php')
-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>';
}
}