mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Custom Menu Image styling fix.
This commit is contained in:
@@ -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='')
|
||||
|
Reference in New Issue
Block a user