Skip to content

Commit

Permalink
top/bottom default value for param
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Feb 10, 2014
1 parent 8a7725a commit f7841c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_social_slider/mod_social_slider.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function () {
$style = "";
$style .= 'ul#jj_sl_navigation { '
. $position . ':0px;'
. $params->get('top_bottom') . ':' . $params->get('top') . 'px;'
. $params->get('top_bottom', 'top') . ':' . $params->get('top') . 'px;'
. '}'
. 'ul#jj_sl_navigation li:hover { '
. 'right: 0px;'
Expand Down

0 comments on commit f7841c1

Please sign in to comment.