1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Merge pull request #789 from Jimmi08/patch-7

correct category icon path
This commit is contained in:
Cameron
2014-10-24 14:05:04 -07:00

View File

@@ -718,7 +718,7 @@ class news_shortcodes extends e_shortcode
switch($parm)
{
case 'src':
return $category_icon;
return $src;
break;
case 'tag':