From 084b0b625ac2ac82060c56ea7e06885b057d61c9 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 11 Feb 2014 07:47:44 -0800 Subject: [PATCH] Make banners responsive --- e107_plugins/banner/e_shortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/banner/e_shortcode.php b/e107_plugins/banner/e_shortcode.php index d45e26b09..2404ac371 100644 --- a/e107_plugins/banner/e_shortcode.php +++ b/e107_plugins/banner/e_shortcode.php @@ -72,7 +72,7 @@ class banner_shortcodes $src = ($row['banner_image'][0] == '{') ? $tp->replaceConstants($row['banner_image'],'full') : e_IMAGE_ABS.'banners/'.$row['banner_image']; - $ban_ret = "".$row["; + $ban_ret = "".$row["; break; } return "".$ban_ret.'';