Changeset 949431
- Timestamp:
- 07/16/2014 07:26:28 AM (12 years ago)
- Location:
- aparg-slider
- Files:
-
- 2 edited
-
tags/1.4/functions.php (modified) (1 diff)
-
trunk/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aparg-slider/tags/1.4/functions.php
r949407 r949431 472 472 animation: '".$slider_settings['animation']."', 473 473 474 animationLoop: false,474 animationLoop: ".(($slider_settings['carousel']=="1")?"false":"true").", 475 475 ".$itemWidth." 476 476 ".$item_margin.", -
aparg-slider/trunk/functions.php
r949399 r949431 472 472 animation: '".$slider_settings['animation']."', 473 473 474 animationLoop: false,474 animationLoop: ".(($slider_settings['carousel']=="1")?"false":"true").", 475 475 ".$itemWidth." 476 476 ".$item_margin.",
Note: See TracChangeset
for help on using the changeset viewer.