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:
@@ -718,7 +718,7 @@ class news_shortcodes extends e_shortcode
|
|||||||
switch($parm)
|
switch($parm)
|
||||||
{
|
{
|
||||||
case 'src':
|
case 'src':
|
||||||
return $category_icon;
|
return $src;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'tag':
|
case 'tag':
|
||||||
|
Reference in New Issue
Block a user