You are here

function mo_visual_tour in Drupal OAuth & OpenID Connect Login - OAuth2 Client SSO Login 7

File

./mo_saml_visualTour.php, line 42

Code

function mo_visual_tour() {
  $firstTour = true;
  echo '<div id="restart_tour_button" class="mo-otp-help-button static" style="margin-right:10px;z-index:10">
    <button class="button button-primary button-large">
    <span class="dashicons dashicons-controls-repeat" style="margin:5% 0 0 0;"></span>
        ' . mo_("Restart Tour") . '
    </button>
    </div>';
}