diff --git a/e107_core/shortcodes/single/news_categories.sc b/e107_core/shortcodes/single/news_categories.sc index 0b6d4030b..f9f626b7d 100644 --- a/e107_core/shortcodes/single/news_categories.sc +++ b/e107_core/shortcodes/single/news_categories.sc @@ -4,6 +4,7 @@ * * News Categories shortcode */ +//url->getUrl('core:news', 'main', 'action=list&id='.$category_id.'&sef='.$news_category_rewrite_string)."'>" : ""; + $replace[0] = ($category_icon) ? "" : ""; $search[1] = "/\{NEWSCATEGORY\}(.*?)/si"; - $replace[1] = ($category_name) ? "".$tp->toHTML($category_name,TRUE,"defs")."" : ""; + $replace[1] = ($category_name) ? "".$tp->toHTML($category_name,TRUE,"defs")."" : ""; $text3 .= ($t % $nbr_cols == 0) ? "" : ""; $text3 .= "\n\n";