aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_display-mode.twig
diff options
context:
space:
mode:
Diffstat (limited to 'themes/baggy/_display-mode.twig')
-rwxr-xr-xthemes/baggy/_display-mode.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/_display-mode.twig b/themes/baggy/_display-mode.twig
index 31f76581..382dd5f1 100755
--- a/themes/baggy/_display-mode.twig
+++ b/themes/baggy/_display-mode.twig
@@ -1,5 +1,5 @@
1<div id="display-mode"> 1<div id="display-mode">
2 <a href="javascript: void(null);" id="listmode" class="listmode"> 2 <a href="javascript: void(null);" id="listmode" class="listmode">
3 <img src="{{ poche_url }}/themes/{{ theme }}/img/{{ theme }}/blank.png" alt="{% trans "toggle view mode" %}" title="{% trans "toggle view mode" %}" width="16" height="16"> 3 <img src="{{ poche_url }}themes/{{ theme }}/img/{{ theme }}/blank.png" alt="{% trans "toggle view mode" %}" title="{% trans "toggle view mode" %}" width="16" height="16">
4 </a> 4 </a>
5</div> 5</div>