projects
/
WP-Themes
/
dclinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d61b6e6
)
fixed a bad spelling
author
Ian Weller
<ian@gaslightmedia.com>
Thu, 30 Jun 2016 19:16:59 +0000
(15:16 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Thu, 30 Jun 2016 19:16:59 +0000
(15:16 -0400)
parts/bread-crumbs.php
patch
|
blob
|
history
diff --git
a/parts/bread-crumbs.php
b/parts/bread-crumbs.php
index
e088ac8
..
6f6c1b2
100644
(file)
--- a/
parts/bread-crumbs.php
+++ b/
parts/bread-crumbs.php
@@
-1,6
+1,6
@@
<?php if(function_exists('bcn_display') && !is_front_page())
{
- echo "<div class=\"breadcrumbs\" id=\"breadcrum
g
s\">";
+ echo "<div class=\"breadcrumbs\" id=\"breadcrum
b
s\">";
bcn_display();
echo "</div>";
}