Skip to content

Commit

Permalink
relative path adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Švec committed Feb 3, 2021
1 parent eb5788f commit 1f816a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/includes/web_functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function render_menu() {
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#"><img src="./gfx/SlovenskoIT_logo.svg" width="30" height="30" class="d-inline-block align-top" alt=""><?php print $SITE_NAME ?></a>
<a class="navbar-brand" href="#"><img src="../gfx/SlovenskoIT_logo.svg" width="30" height="30" class="d-inline-block align-top" alt=""><?php print $SITE_NAME ?></a>
</div>
<ul class="nav navbar-nav">
<?php
Expand Down

0 comments on commit 1f816a4

Please sign in to comment.