Update item.tpl.html
This commit is contained in:
parent
46da7ee7f4
commit
9d8f5cf654
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
<div class="return"><a href="/" title="return to main"><img class="van" src="./s/f0ck_small.png" alt="f0ck Logo"></a></div>
|
||||
<div class="controls">
|
||||
{% if next != null %}<a id="next" href="/{{ next }}"><<-</a> | {% endif %}<a id="random" href="/random">random</a>{% if prev != null %} | <a id="prev" href="/{{ prev }}">->></a>{% endif %}
|
||||
{% if next != null %}<a id="next" href="/{{ next }}"><<-</a> | {% endif %}<a id="random" href="/random">random</a>{% if prev != null %} | <a id="prev" href="/{{ prev }}">->></a>{% endif %}
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<div class="medium">
|
||||
|
|
Loading…
Reference in New Issue
Block a user