mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Include News tags on front-end.
This commit is contained in:
@@ -457,8 +457,7 @@ class news_shortcodes extends e_shortcode
|
||||
$words = array();
|
||||
foreach($tmp as $val)
|
||||
{
|
||||
$words[] = "<a href='".e_BASE."news.php?tag=".$val."'>".$val."</a>";
|
||||
|
||||
$words[] = "<a href='".e_BASE."news.php?tag=".$val."'><span class='label'>".$val."</span></a>";
|
||||
}
|
||||
return implode(", ",$words);
|
||||
}
|
||||
|
Reference in New Issue
Block a user