1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 07:21:03 +02:00

News menus and others corrected for consistent list alignment and styling.

This commit is contained in:
Cameron
2016-12-07 09:38:55 -08:00
parent a23e89d6c1
commit b422906eca
4 changed files with 14 additions and 13 deletions

View File

@@ -836,7 +836,7 @@ class e_news_category_item extends e_front_model
{
return '';
}
return (string) $this->cat('news_count');
return (string) e107::getParser()->toBadge( $this->cat('news_count'));
}
}