Skip to content

Commit

Permalink
* external url should not be loaded via lightbox otherwise lighbox wi…
Browse files Browse the repository at this point in the history
…ll throw an error
  • Loading branch information
lahmann committed Apr 4, 2016
1 parent e48211a commit 415564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/header.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</li>
<li id="loginOptions"<? if($account->isLoggedIn()): ?> class="hidden"<? endif ?>>
<? if ($account->getSessionInitiator($this->serverUrl($this->url('myresearch-home')))): ?>
<a href="<?=$this->url('myresearch-userlogin')?>" data-lightbox><i class="fa fa-sign-in"></i> <?=$this->transEsc("Institutional Login")?></a>
<a href="<?=$this->url('myresearch-userlogin')?>"><i class="fa fa-sign-in"></i> <?=$this->transEsc("Institutional Login")?></a>
<? else: ?>
<a href="<?=$this->url('myresearch-userlogin')?>" data-lightbox><i class="fa fa-sign-in"></i> <?=$this->transEsc("Login")?></a>
<? endif; ?>
Expand Down

0 comments on commit 415564e

Please sign in to comment.