Author
|
zPlus <-->
2016-09-06 06:32:07
|
Committer
|
zPlus <-->
2016-09-06 06:32:07
|
Commit
|
73bcf9e
(patch)
|
Tree
|
3c2fc75
|
Parent(s)
|
|
Add link to libre.exchange
commits diff:
65245bc..73bcf9e
3 files changed,
5 insertions,
0 deletions
—
download
Diffstat
Diff options
+0/-0
A images/libre.exchange.png
index
0000000..f09e9e3
|
old size: 0B
-
new size: 259B
|
new file mode: -rw-r--r--
|
+4/-0
M template/footer.twig
18
|
18
|
|
<a href="{{ 'rss/new'|docroot }}">New</a>
|
19
|
19
|
|
</li>
|
20
|
20
|
|
<li>
|
|
21
|
+ |
<img alt="Libre Exchange" title="" src="images/libre.exchange.png" />
|
|
22
|
+ |
<a href="https://libre.exchange">Shop</a>
|
|
23
|
+ |
</li>
|
|
24
|
+ |
<li>
|
21
|
25
|
|
<img alt="Source" title="" src="images/source.png" />
|
22
|
26
|
|
<a href="https://notabug.org/zPlus/freepost">Source code</a>
|
23
|
27
|
|
</li>
|
+1/-0
M template/header.twig
29
|
29
|
|
<a href="{{ 'new'|docroot }}">New</a> •
|
30
|
30
|
|
<a href="{{ 'submit'|docroot }}">Submit</a> •
|
31
|
31
|
|
<a href="{{ 'about'|docroot }}">About</a> •
|
|
32
|
+ |
<a href="https://libre.exchange">Shop</a> •
|
32
|
33
|
|
|
33
|
34
|
|
{% if user %}
|
34
|
35
|
|
{% set unread_messages = new_messages() %}
|