1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

correct category icon

corect path is in variable $src
This commit is contained in:
Jimako
2014-10-18 21:09:17 +02:00
parent 5a2ce38e08
commit f3da56448a

View File

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