From: Samantha Doherty Date: Mon, 18 Apr 2011 06:29:16 +0000 (-0400) Subject: Add class to bookmark form thumbnail image. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b11bfa3c062ce9d00fa065e9a6fc349755a718a8;p=quix0rs-gnu-social.git Add class to bookmark form thumbnail image. --- diff --git a/plugins/Bookmark/bookmarkform.php b/plugins/Bookmark/bookmarkform.php index ff75ace71e..2158a65caf 100644 --- a/plugins/Bookmark/bookmarkform.php +++ b/plugins/Bookmark/bookmarkform.php @@ -130,6 +130,7 @@ class BookmarkForm extends Form if (!empty($this->_thumbnail)) { $this->out->element('img', array('src' => $this->_thumbnail->url, + 'class' => 'bookmarkform-thumbnail', 'width' => $width, 'height' => $height)); }