fix
This commit is contained in:
@@ -49,7 +49,7 @@ class Home extends WRB_Controller {
|
|||||||
$login_links .= 'Continue with ' . $provider . '</a>';
|
$login_links .= 'Continue with ' . $provider . '</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$data['login_links'] = $login_links;
|
$data['login_links'] =''; // $login_links;
|
||||||
|
|
||||||
//$this->home1('');
|
//$this->home1('');
|
||||||
$this->load->view('site3/external/view_home', $data);
|
$this->load->view('site3/external/view_home', $data);
|
||||||
|
|||||||
+2
-2
@@ -69,8 +69,8 @@
|
|||||||
<img alt="Logo" src="/site3/assets/media/svg/brand-logos/google-icon.svg" class="h-20px me-3" />Continue with Google</a -->
|
<img alt="Logo" src="/site3/assets/media/svg/brand-logos/google-icon.svg" class="h-20px me-3" />Continue with Google</a -->
|
||||||
<!--end::Google link-->
|
<!--end::Google link-->
|
||||||
<!--begin::Google link-->
|
<!--begin::Google link-->
|
||||||
<a href="<?php echo $this->lib_login->getLoginUrl(); ?>" class="btn btn-flex flex-center btn-light btn-lg w-100 mb-5">
|
<!-- a href="<?php echo $this->lib_login->getLoginUrl(); ?>" class="btn btn-flex flex-center btn-light btn-lg w-100 mb-5">
|
||||||
<img alt="Logo" src="/site3/assets/media/svg/brand-logos/facebook-4.svg" class="h-20px me-3" />Continue with Facebook</a>
|
<img alt="Logo" src="/site3/assets/media/svg/brand-logos/facebook-4.svg" class="h-20px me-3" />Continue with Facebook</a -->
|
||||||
<!--end::Google link-->
|
<!--end::Google link-->
|
||||||
<!--begin::Google link-->
|
<!--begin::Google link-->
|
||||||
<!-- a href="#" class="btn btn-flex flex-center btn-light btn-lg w-100">
|
<!-- a href="#" class="btn btn-flex flex-center btn-light btn-lg w-100">
|
||||||
|
|||||||
Reference in New Issue
Block a user