|
@@ -8,7 +8,7 @@ |
|
|
block discarded – undo |
|
8
|
8
|
// Flexslider options |
|
9
|
9
|
$animate = ($this->owner->Animate) ? 'true' : 'false'; |
|
10
|
10
|
$loop = ($this->owner->Loop) ? 'true' : 'false'; |
|
11
|
|
- $sync = ($this->owner->ThumbnailNav == true) ? "sync: '#carousel'," : ''; |
|
|
11
|
+ $sync = ($this->owner->ThumbnailNav==true) ? "sync: '#carousel'," : ''; |
|
12
|
12
|
$before = (method_exists($this->owner->ClassName, 'flexSliderBeforeAction')) |
|
13
|
13
|
? $this->owner->flexSliderBeforeAction() |
|
14
|
14
|
: 'function(){}'; |
Please login to merge, or discard this patch.