summaryrefslogtreecommitdiff
path: root/themes/default/views/header.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-02-20 14:11:33 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-02-20 14:11:33 +0000
commit2b047aaca90bc76a01af0d63855e2f4229aad9e2 (patch)
treecbb8d0a6aa6070177e3f577efc46a5a6692436d2 /themes/default/views/header.html.php
parent5dcf2794c57abcb44cab82156fdbc14583ea9a02 (diff)
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)
Diffstat (limited to 'themes/default/views/header.html.php')
-rw-r--r--themes/default/views/header.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/header.html.php b/themes/default/views/header.html.php
index 2f40d8a9..110b6c22 100644
--- a/themes/default/views/header.html.php
+++ b/themes/default/views/header.html.php
@@ -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 ?>