Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
dom
/
freaCMS
Segui
1
Vota
1
Forka
0
Codice
Problemi
1
Pull Requests
0
Rilasci
2
Wiki
Attività
Sfoglia il codice sorgente
make header image a link to home
master
Dom SP
3 anni fa
parent
e5e97af23a
commit
07995eb197
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-1
app/views/header.htm
+ 1
- 1
app/views/header.htm
Vedi File
@@ -1,6 +1,6 @@
<check if="{{ @banner }}">
<true>
<h1><img src="{{ @banner }}" alt="{{ @title }}" /></h1>
<
a href="{{ @SITE_URL }}/"><
h1><img src="{{ @banner }}" alt="{{ @title }}" /></h1>
</a>
</true>
<false>
<h1>{{ @title }}</h1>
Write
Preview
Loading…
Annulla
Salva