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:
Tim Almdal
2009-02-20 14:11:33 +00:00
parent 5dcf2794c5
commit 2b047aaca9
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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 ?>