@@ -100,10 +100,10 @@ public function render()
100100 $ link = $ this ->sc ->getSmartyDoubleVar ('itm ' , 'link ' );
101101 $ glyph = $ this ->hc ->getHtmlTag ('i ' , ['class ' => 'glyphicon glyphicon-home ' ], '' , false , '' , '' );
102102 $ anchor = $ this ->hc ->getHtmlAnchor ('<{xoAppUrl index.php}> ' , $ glyph , 'home ' );
103- $ into = $ this ->hc ->getHtmlLi ($ anchor , 'bc -item ' , "\t" );
103+ $ into = $ this ->hc ->getHtmlLi ($ anchor , 'breadcrumb -item ' , "\t" );
104104 $ anchorIf = $ this ->hc ->getHtmlAnchor ($ link , $ title , $ title , '' , '' , '' , "\t\t\t" , "\n" );
105105 $ breadcrumb = $ this ->sc ->getSmartyConditions ('itm.link ' , '' , '' , $ anchorIf , $ titleElse , false , false , "\t\t" , "\n" );
106- $ foreach = $ this ->hc ->getHtmlLi ($ breadcrumb , 'bc -item ' , "\t" , "\n" , true );
106+ $ foreach = $ this ->hc ->getHtmlLi ($ breadcrumb , 'breadcrumb -item ' , "\t" , "\n" , true );
107107 $ into .= $ this ->sc ->getSmartyForeach ('itm ' , 'xoBreadcrumbs ' , $ foreach , 'bcloop ' , '' , "\t" );
108108
109109 $ content = $ this ->hc ->getHtmlOl ($ into , 'breadcrumb ' );
0 commit comments