@@ -490,6 +490,7 @@ footer #footer_right{
list-style: outside none none;
background: transparent;
font-size: 12px;
+ color: #6B1D82;
}
.breadcrumb a{
color: #6B1D82;
@@ -803,7 +803,7 @@ function return_breadcrumb($interbreadcrumb, $language_file, $nameTools)
if (!empty($lis)) {
- $html .= Display::tag('ul', $lis, array('class' => 'breadcrumb'));
+ $html .= Display::tag('ul', get_lang('YouAreHere').': '. $lis, array('class' => 'breadcrumb'));