1
0
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:
Cameron
2017-04-10 17:50:01 -07:00
parent ca0d5d10d0
commit 593c94c1b5

View File

@@ -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 -->