Small Style Improvements
This commit is contained in:
parent
0abec26d1a
commit
9f8ebaa20c
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
|||
<div class="title">
|
||||
<a href="{{ $startpage }}">{{ $galleryname }}</a>
|
||||
{% if (!empty($crumbs)): %}
|
||||
<a href="index.php?s={{ $slice }}&p=1"><i class="fa fa-home"></i></a>
|
||||
{% foreach($crumbs as $name => $path): %}
|
||||
<span> / </span><a href="index.php?d={{ $path }}&s={{ $slice }}&p=1">{{ $name }}</a>
|
||||
{% endforeach %}
|
||||
|
@ -16,7 +15,7 @@
|
|||
</div>
|
||||
<div class="search">
|
||||
<form action="index.php" method="get">
|
||||
<input type="text" placeholder="Suche.." name="f" />
|
||||
<input type="text" placeholder="Suche.." value="{{ $filter }}" name="f" />
|
||||
<button type="submit"><i class="fa fa-search"></i></button>
|
||||
<input type="hidden" name="d" value="{{ $dir }}">
|
||||
<input type="hidden" name="s" value="{{ $slice }}">
|
||||
|
|
Loading…
Reference in a new issue