Beispiel #1
0
function antispamDashboardFavsIcon($core, $name, $icon)
{
    // Check if it is comments favs
    if ($name == 'comments') {
        // Hack comments title if there is at least one spam
        $str = dcAntispam::dashboardIconTitle($core);
        if ($str != '') {
            $icon[0] .= $str;
        }
    }
}