".mb_ucfirst(_t('tag','name'))." | \n"; echo "".mb_ucfirst(_t('tag','occurence')). " | \n"; echo "".mb_ucfirst(_t('divers','date_crea'))." | \n"; echo "".mb_ucfirst(_t('divers','actions'))." | \n"; echo "" . formatText(cutText($r[$i]['tag_name'],70, 1), '2HTML') . " | \n"; echo "".formatText($r[$i]['counter'])." | \n"; echo "".$r[$i]['tag_date_crea_display']." | \n"; echo "\n";
echo " ";
echo "\t" . _t('tag','sup') . "\n";
echo "\t" . _t('tag','mod') . "\n";
echo " ";
echo " | \n";
echo "\n";
}
echo "
'.$total_display.'
'.PHP_EOL; echo ""._t('divers','no_matches')."
";
}
// Ability to sort table
addDynamicCSS('../lib/js/jquery.tablesorter/theme.default.css');
footerAddJS('../lib/js/jquery.tablesorter/jquery.tablesorter.min.js');
$str = '$("table.multisort").tablesorter({ });';
footerAddInlineJS($str);
?>