diff options
Diffstat (limited to 'admin/cat_modify.php')
-rw-r--r-- | admin/cat_modify.php | 2 |
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>'; } } |