fixing syntax error forgot php tags
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 15 Mar 2016 20:43:10 +0000 (16:43 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 15 Mar 2016 20:43:10 +0000 (16:43 -0400)
parts/bread-crumbs.php

index 17e1afa..e450bcd 100644 (file)
@@ -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\">";