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:
@@ -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'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user