| 51 | | $title = _get_option_value($options, "title", "Loading"); |
|---|
| 52 | | $image = _get_option_value($options, "image", "circle-ball.gif"); |
|---|
| 53 | | $help = _get_option_value($options, "help", "Please wait while the page is loading."); |
|---|
| 54 | | $background_color = _get_option_value($options, "background-color", "#000"); |
|---|
| 55 | | $opacity = _get_option_value($options, "opacity", "0.85"); |
|---|
| | 51 | $title = _get_ajax_load_option_value($options, "title", "Loading"); |
|---|
| | 52 | $image = _get_ajax_load_option_value($options, "image", "circle-ball.gif"); |
|---|
| | 53 | $help = _get_ajax_load_option_value($options, "help", "Please wait while the page is loading."); |
|---|
| | 54 | $background_color = _get_ajax_load_option_value($options, "background-color", "#000"); |
|---|
| | 55 | $opacity = _get_ajax_load_option_value($options, "opacity", "0.85"); |
|---|