aboutsummaryrefslogtreecommitdiff
path: root/views/default/navigation/breadcrumbs.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-08-30 09:15:12 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-08-30 09:15:12 +0000
commitcdf8bfe635c9ee4fd518f35a4d21529a34edbfc6 (patch)
treea8593cd5c16d38cfb9af3f5d6efa99c442c1eb27 /views/default/navigation/breadcrumbs.php
parent3a8b119331beca1e31b3f7ca376395acb9ab3bb0 (diff)
downloadelgg-cdf8bfe635c9ee4fd518f35a4d21529a34edbfc6.tar.gz
elgg-cdf8bfe635c9ee4fd518f35a4d21529a34edbfc6.tar.bz2
Refs #2394: changed breadcrumbs from an id to a class
git-svn-id: http://code.elgg.org/elgg/trunk@6882 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/navigation/breadcrumbs.php')
-rw-r--r--views/default/navigation/breadcrumbs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/navigation/breadcrumbs.php b/views/default/navigation/breadcrumbs.php
index 8c1045feb..d0becb367 100644
--- a/views/default/navigation/breadcrumbs.php
+++ b/views/default/navigation/breadcrumbs.php
@@ -37,7 +37,7 @@ $breadcrumbs_html = implode(' &gt; ', $formatted_breadcrumbs);
echo <<<___END
-<div id="breadcrumbs">
+<div class="breadcrumbs">
$breadcrumbs_html
</div>