Browse Source

make header image a link to home

master
Dom SP 3 years ago
parent
commit
07995eb197
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/header.htm

+ 1
- 1
app/views/header.htm View File

<check if="{{ @banner }}"> <check if="{{ @banner }}">
<true> <true>
<h1><img src="{{ @banner }}" alt="{{ @title }}" /></h1>
<a href="{{ @SITE_URL }}/"><h1><img src="{{ @banner }}" alt="{{ @title }}" /></h1></a>
</true> </true>
<false> <false>
<h1>{{ @title }}</h1> <h1>{{ @title }}</h1>

Loading…
Cancel
Save