mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-02 05:01:04 -04:00
Change #Breadcrumbs to a css class. This allows the formatting to be
used multiple times on the same page. (For example in a dialog box such as in jhilden's upload mockup)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<?= $theme->header_bottom() ?>
|
||||
|
||||
<? if (!empty($parents)): ?>
|
||||
<ul id="gBreadcrumbs">
|
||||
<ul class="gBreadcrumbs">
|
||||
<? foreach ($parents as $parent): ?>
|
||||
<li><a href="<?= url::site("albums/{$parent->id}?show=$item->id") ?>"><?= $parent->title ?></a></li>
|
||||
<? endforeach ?>
|
||||
|
||||
Reference in New Issue
Block a user