Skip to content

Commit

Permalink
target=_top
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Apr 12, 2020
1 parent 8691942 commit 4a62643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/engine/r/layout/exit.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<p style="
text-align: center;
">
<a class="button" href="<?= $url . $_state['path'] . '/' . $user->name; ?>"><?= i('Profile'); ?></a> <a class="button" href="<?= $url . $_state['path'] . '/' . $user->name . $url->query('&amp;', ['exit' => $user->token]); ?>" title="<?= $user->user; ?>"><?= i('Exit'); ?></a>
<a class="button" href="<?= $url . $_state['path'] . '/' . $user->name; ?>"><?= i('Profile'); ?></a> <a class="button" href="<?= $url . $_state['path'] . '/' . $user->name . $url->query('&amp;', ['exit' => $user->token]); ?>" target="_top" title="<?= $user->user; ?>"><?= i('Exit'); ?></a>
</p>
</form>

0 comments on commit 4a62643

Please sign in to comment.