Author
|
zPlus <-->
2016-10-07 18:25:09
|
Committer
|
zPlus <-->
2016-10-07 18:25:09
|
Commit
|
277ad8a
(patch)
|
Tree
|
496869d
|
Parent(s)
|
|
Remove "Shop" link for now
commits diff:
948f98c..277ad8a
2 files changed,
3 insertions,
1 deletion
—
download
Diffstat
Diff options
+2/-0
M template/footer.twig
16
|
16
|
|
<a href="{{ 'rss/hot'|docroot }}">Hot</a> •
|
17
|
17
|
|
<a href="{{ 'rss/new'|docroot }}">New</a>
|
18
|
18
|
|
</li>
|
|
19
|
+ |
{#
|
19
|
20
|
|
<li>
|
20
|
21
|
|
<img alt="Libre Exchange" title="" src="images/libre.exchange.png" />
|
21
|
22
|
|
<a href="https://libre.exchange">Shop</a>
|
22
|
23
|
|
</li>
|
|
24
|
+ |
#}
|
23
|
25
|
|
<li>
|
24
|
26
|
|
<img alt="Source" title="" src="images/source.png" />
|
25
|
27
|
|
<a href="https://notabug.org/zPlus/freepost">Source code</a>
|
+1/-1
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
|
+ |
{# <a href="https://libre.exchange">Shop</a> • #}
|
33
|
33
|
|
|
34
|
34
|
|
{% if user %}
|
35
|
35
|
|
{% set unread_messages = new_messages() %}
|