1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +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']))
{
$interval = 'data-pause="'.$options['pause'].'"';
$pause = 'data-pause="'.$options['pause'].'"';
}
$start ='
<!-- Carousel -->