v1.18.x
Barış Soner Uşaklı 6 years ago
parent 9385c8e3ee
commit c940a73359

@ -121,7 +121,7 @@
if (child && !child.isSection) {
var link = child.link ? child.link : (relative_path + '/category/' + child.slug);
html += '<span class="category-children-item pull-left">' +
'<div class="icon pull-left" style="' + generateCategoryBackground(child) + '">' +
'<div role="presentation" class="icon pull-left" style="' + generateCategoryBackground(child) + '">' +
'<i class="fa fa-fw ' + child.icon + '"></i>' +
'</div>' +
'<a href="' + link + '"><small>' + child.name + '</small></a></span>';

Loading…
Cancel
Save