Add fullscreen icon for the galleria theme.

This commit is contained in:
Simon Conseil
2015-09-01 23:58:11 +02:00
parent f97eb2b87a
commit 26a28ba070
2 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

View File

@@ -125,7 +125,10 @@
{%- endmacro %}
{% if settings.show_map and album.show_map %}
<div class="icons">
<a class="gallery-map-toggle"><img src="{{ theme.url }}/img/map.png"/></a>
<a class="gallery-map-toggle"><img src="{{ theme.url }}/img/map.png"
title="Show/Hide map" alt="Show/Hide Map" /></a>
<a id="fullscreen"><img src="{{ theme.url }}/img/fullscreen.png"
title="Fullscreen" alt="Fullscreen" /></a>
</div>
{% endif %}
<div id="gallery">
@@ -150,7 +153,6 @@
{% endif %}
{% endfor %}
</div>
<a id="fullscreen">fullscreen</a>
{% endif %}
{% if album.zip %}