Skip to content

Commit

Permalink
Remove link from logo in login page
Browse files Browse the repository at this point in the history
This link points to main_page.php by default.
Linking to a logged-in page from the login page does not make much
sense.
  • Loading branch information
cproensa authored and atrol committed Sep 26, 2017
1 parent 54a5adc commit 9e9cd11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/layout_api.php
Expand Up @@ -1254,9 +1254,7 @@ function layout_scroll_up_button() {
function layout_login_page_logo() {
?>
<div class="login-logo">
<a href="<?php echo config_get( 'logo_url' ) ?>">
<img src="<?php echo helper_mantis_url( config_get( 'logo_image' ) ); ?>">
</a>
<img src="<?php echo helper_mantis_url( config_get( 'logo_image' ) ); ?>">
</div>
<?php
}

0 comments on commit 9e9cd11

Please sign in to comment.