projects
/
WP-Themes
/
glmthemes
/
pellstonairport.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee2d6e1
)
fixing syntax error forgot php tags
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 15 Mar 2016 20:43:10 +0000
(16:43 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 15 Mar 2016 20:43:10 +0000
(16:43 -0400)
parts/bread-crumbs.php
patch
|
blob
|
history
diff --git
a/parts/bread-crumbs.php
b/parts/bread-crumbs.php
index
17e1afa
..
e450bcd
100644
(file)
--- a/
parts/bread-crumbs.php
+++ b/
parts/bread-crumbs.php
@@
-1,4
+1,4
@@
-echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>';
+<?php echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
<?php if(function_exists('bcn_display') && !is_front_page())
{
echo "<div class=\"breadcrumbs\">";