Make Folder Text Clickable
This commit is contained in:
parent
8416a663f8
commit
42da92bd80
1 changed files with 1 additions and 1 deletions
|
@ -29,8 +29,8 @@
|
|||
<div class="multi-image">
|
||||
<a href="index.php?d={{ $dir }}/{{ $d }}&so={{ $sort }}&s={{ $slice }}&p=1">
|
||||
<img src="./img/folder.png" alt="{{ $d }}"/>
|
||||
</a>
|
||||
<p class="dirname">{{ $d }}</p>
|
||||
</a>
|
||||
</div>
|
||||
{% endforeach %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue