Breadcrumb Styling
This commit is contained in:
parent
88dbc8d28e
commit
0abec26d1a
1 changed files with 2 additions and 1 deletions
|
@ -8,8 +8,9 @@
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<a href="{{ $startpage }}">{{ $galleryname }}</a>
|
<a href="{{ $startpage }}">{{ $galleryname }}</a>
|
||||||
{% if (!empty($crumbs)): %}
|
{% if (!empty($crumbs)): %}
|
||||||
|
<a href="index.php?s={{ $slice }}&p=1"><i class="fa fa-home"></i></a>
|
||||||
{% foreach($crumbs as $name => $path): %}
|
{% foreach($crumbs as $name => $path): %}
|
||||||
<p> / </p><a href="index.php?d={{ $path }}&s={{ $slice }}&p=1">{{ $name }}</a>
|
<span> / </span><a href="index.php?d={{ $path }}&s={{ $slice }}&p=1">{{ $name }}</a>
|
||||||
{% endforeach %}
|
{% endforeach %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue