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:
@@ -610,9 +610,10 @@ class e_form
|
||||
|
||||
if(isset($options['pause']))
|
||||
{
|
||||
$interval = 'data-pause="'.$options['pause'].'"';
|
||||
$pause = 'data-pause="'.$options['pause'].'"';
|
||||
}
|
||||
|
||||
|
||||
|
||||
$start ='
|
||||
<!-- Carousel -->
|
||||
|
||||
|
Reference in New Issue
Block a user