Related Tag Count per skxxl311 request.
This commit is contained in:
parent
f9a64f72d3
commit
7c7d6b6b14
@ -48,6 +48,9 @@ class TagListTheme extends Themelet {
|
|||||||
}
|
}
|
||||||
$link = $this->tag_link($row['tag']);
|
$link = $this->tag_link($row['tag']);
|
||||||
$html .= " <a class='tag_name' href='$link'>$h_tag_no_underscores</a>";
|
$html .= " <a class='tag_name' href='$link'>$h_tag_no_underscores</a>";
|
||||||
|
if($config->get_bool("tag_list_numbers")) {
|
||||||
|
$html .= " <span class='tag_count'>$count</span>";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$page->add_block(new Block("Related", $html, "left"));
|
$page->add_block(new Block("Related", $html, "left"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user