mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Carousel interval option fix.
This commit is contained in:
@@ -610,9 +610,10 @@ class e_form
|
|||||||
|
|
||||||
if(isset($options['pause']))
|
if(isset($options['pause']))
|
||||||
{
|
{
|
||||||
$interval = 'data-pause="'.$options['pause'].'"';
|
$pause = 'data-pause="'.$options['pause'].'"';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$start ='
|
$start ='
|
||||||
<!-- Carousel -->
|
<!-- Carousel -->
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user