Changeset 2198:e9f1e3b6a3ad for plugins/widgets/_widgets_functions.php
- Timestamp:
- 10/02/13 09:43:49 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/_widgets_functions.php
r1610 r2198 108 108 '<a href="'.$core->blog->url.$core->url->getURLFor('category', $rs->cat_url).'">'. 109 109 html::escapeHTML($rs->cat_title).'</a>'. 110 ($w->postcount ? ' <span>('. $rs->nb_post.')</span>' : '');110 ($w->postcount ? ' <span>('.($w->subcatscount ? $rs->nb_total : $rs->nb_post).')</span>' : ''); 111 111 112 112
Note: See TracChangeset
for help on using the changeset viewer.