diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index 9869408..84c2f94 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -5,11 +5,10 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <!-- IF brand:logo --> - <a href="{brand:logo:url}"> + + <a href="<!-- IF brand:logo:url -->{brand:logo:url}<!-- ELSE -->{relative_path}/<!-- ENDIF brand:logo:url -->"> <img alt="{brand:logo:alt}" class="{brand:logo:display} forum-logo" src="{brand:logo}" /> </a> - <!-- ENDIF brand:logo --> <!-- IF config.showSiteTitle --> <a href="{relative_path}/"> <h1 class="navbar-brand forum-title">{title}</h1>