mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-30 16:29:10 -04:00
In place editing in breadcrumbs is a bit much, plus, it breaks the layout. Removing, at least for now.
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
<? if ($page_type != "tag"): ?>
|
||||
<ul id="gBreadcrumbs" class="gClearFix">
|
||||
<? foreach ($parents as $parent): ?>
|
||||
<li><a href="<?= url::site("albums/{$parent->id}") ?>"><?= $parent->title_edit ?></a></li>
|
||||
<li><a href="<?= url::site("albums/{$parent->id}") ?>"><?= $parent->title ?></a></li>
|
||||
<? endforeach ?>
|
||||
<li class="active"><?= $item->title_edit ?></li>
|
||||
<li class="active"><?= $item->title ?></li>
|
||||
</ul>
|
||||
<? endif ?>
|
||||
|
||||
Reference in New Issue
Block a user