Breadcrumb Styling

This commit is contained in:
seiichiro 2022-01-11 20:12:54 +01:00
parent 88dbc8d28e
commit 0abec26d1a

View file

@ -8,8 +8,9 @@
<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): %}
<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 %}
{% endif %}
</div>