diff --git a/action.php b/action.php index 8c496e9..1fd666c 100644 --- a/action.php +++ b/action.php @@ -54,7 +54,7 @@ function hook_html_loginform_output(&$event, $param) { $a_style = "width: 200px;margin:0 auto;color: #666666;cursor: pointer;text-decoration: none !important;display: block;padding-bottom:1.4em;";//-moz-linear-gradient(center top , #F8F8F8, #ECECEC) $div_style = "float:left;line-height: 30px;background-color: #F8F8F8;border: 1px solid #C6C6C6;border-radius: 2px 2px 2px 2px;padding: 0px 5px 0px 5px;position: relative;"; - $img_style = "width:20px;height:20px;margin:5px 5px 5px 0;background: url('/lib/plugins/authgoogle/images/social_google_box.png') no-repeat;float:left;"; + $img_style = "width:20px;height:20px;margin:5px 5px 5px 0;background: url('".wl("lib/plugins/authgoogle/images/social_google_box.png")."') no-repeat;float:left;"; echo "
".$this->getLang('enter_google')."
"; echo "
"; }