|
|
|
@ -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>';
|
|
|
|
|