Commit 243b35a0 authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4263 (Fix Unslider issues)

parent 28c897f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@
<div class="feature_background_image" style="background-image: url('{$IMG;*,unslider_backgrounds/subway}');">
	[title="2"]Based on the Unslider jQuery plugin.[/title]

	Unslider is Open Source and hosted on [url="Github"]http://github.com/idiot/unslider[/url].
	Unslider is Open Source.
</div>
[/semihtml]
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ class Block_main_unslider
            'PAGES' => $pages,
            'WIDTH' => $width,
            'HEIGHT' => $height,
            'FLUID' => (substr($width, -1) == '%'),
            'FLUID' => (substr($width, -1) == '%') || ($width == ''),
            'BUTTONS' => $buttons,
            'DELAY' => $delay,
            'SPEED' => $speed,