From 4dde3652ad14c675e0bc3a67f23580ec6bd040c1 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 30 Jan 2014 03:21:51 -0800 Subject: [PATCH] Set all download images to img-responsive --- e107_plugins/download/download_shortcodes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_plugins/download/download_shortcodes.php b/e107_plugins/download/download_shortcodes.php index 322d6a1a0..bf43fd934 100644 --- a/e107_plugins/download/download_shortcodes.php +++ b/e107_plugins/download/download_shortcodes.php @@ -387,7 +387,7 @@ class download_shortcodes extends e_shortcode function sc_download_list_imagefull($parm='') { - $img = ($this->var['download_image']) ? "" : ""; + $img = ($this->var['download_image']) ? "" : ""; if($parm == "link" && $this->var['download_image']) { @@ -554,7 +554,7 @@ class download_shortcodes extends e_shortcode if ($this->var['download_thumb']) { - return ($this->var['download_image'] ? "*" : "*"); + return ($this->var['download_image'] ? "*" : "*"); } elseif ($this->var['download_image']) { @@ -569,7 +569,7 @@ class download_shortcodes extends e_shortcode function sc_download_view_imagefull() { $tp = e107::getParser(); - return ($this->var['download_image']) ? "*" : ""; + return ($this->var['download_image']) ? "*" : ""; } function sc_download_view_link()