mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Featurebox Default Styling added.
This commit is contained in:
parent
97f977511a
commit
6c3638fc48
@ -29,7 +29,7 @@ class featurebox_shortcodes// must match the plugin's folder name. ie. [PLUGIN_F
|
|||||||
*/
|
*/
|
||||||
function sc_featurebox($parm=null, $mod = '')
|
function sc_featurebox($parm=null, $mod = '')
|
||||||
{
|
{
|
||||||
|
e107::css('featurebox', 'featurebox.css');
|
||||||
if($parm == null && $mod == '') // ie {FEATUREBOX}
|
if($parm == null && $mod == '') // ie {FEATUREBOX}
|
||||||
{
|
{
|
||||||
$type = vartrue(e107::getPlugPref('featurebox','menu_category'),'bootstrap_carousel');
|
$type = vartrue(e107::getPlugPref('featurebox','menu_category'),'bootstrap_carousel');
|
||||||
|
5
e107_plugins/featurebox/featurebox.css
Normal file
5
e107_plugins/featurebox/featurebox.css
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
.featurebox.carousel .carousel-inner {
|
||||||
|
height:460px;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user