Explorar el Código

fix: logo and banner were not visible in sub pages

master
Dom SP hace 3 años
padre
commit
c4119f39f3
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. +2
    -2
      app/views/header.htm
  2. +2
    -2
      app/views/header2.htm

+ 2
- 2
app/views/header.htm Ver fichero

@@ -2,7 +2,7 @@
<check if="{{ @logo }}">
<true>
<a href="{{ @SITE_URL }}/"><h1>
<img src="{{ @logo }}" alt="{{ @title }}" />
<img src="/{{ @logo }}" alt="{{ @title }}" />
</h1></a>
</true>
<false>
@@ -12,7 +12,7 @@

<check if="{{ @banner }}">
<true>
<div id="site-banner"><img src="{{ @banner }}" alt="{{ @subTitle }}" /></div>
<div id="site-banner"><img src="/{{ @banner }}" alt="{{ @subTitle }}" /></div>
</true>
</check>


+ 2
- 2
app/views/header2.htm Ver fichero

@@ -2,7 +2,7 @@
<check if="{{ @logo }}">
<true>
<a href="{{ @SITE_URL }}/"><h1>
<img src="{{ @logo }}" alt="{{ @title }}" />
<img src="/{{ @logo }}" alt="{{ @title }}" />
</h1></a>
</true>
<false>
@@ -24,6 +24,6 @@

<check if="{{ @banner }}">
<true>
<div id="site-banner"><img src="{{ @banner }}" alt="{{ @subTitle }}" /></div>
<div id="site-banner"><img src="/{{ @banner }}" alt="{{ @subTitle }}" /></div>
</true>
</check>

Cargando…
Cancelar
Guardar