1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Update admin_shortcodes.php

This commit is contained in:
rica-carv
2017-03-03 14:46:40 +00:00
committed by GitHub
parent 6218c35863
commit c7b9aaa5fc

View File

@@ -1223,7 +1223,7 @@ class admin_shortcodes
$type = empty($val['invert']) ? 'latest' : 'invert';
$class = admin_shortcodes::getBadge($val['total'], $type);
$link = "<a href='".$val['url']."'>".$val['icon']." ".str_replace(":"," ",$val['title'])." <span class='".$class."'>".$val['total']."</span></a>";
$text .= "<li class='list-group-item'>".$link."</li>\n";
$text .= "<li class='list-group-item clearfix'>".$link."</li>\n";
}
}
$text .= "</ul>";