mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Merge pull request #789 from Jimmi08/patch-7
correct category icon path
This commit is contained in:
@@ -718,7 +718,7 @@ class news_shortcodes extends e_shortcode
|
||||
switch($parm)
|
||||
{
|
||||
case 'src':
|
||||
return $category_icon;
|
||||
return $src;
|
||||
break;
|
||||
|
||||
case 'tag':
|
||||
|
Reference in New Issue
Block a user