1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Custom Menu Image styling fix.

This commit is contained in:
Cameron
2014-06-13 04:56:39 -07:00
parent 559bac78a5
commit 791608f0d7

View File

@@ -296,7 +296,7 @@ class cpage_shortcodes extends e_shortcode
return $img;
}
return "<img class='img-responsive' src='".$img."' alt='' />";
return "<img class='img-responsive img-rounded' src='".$img."' alt='' />";
}
function sc_cmenuicon($parm='')