| ' . strtoupper($tag_key) . ' | ';
$table_prefix = '';
foreach ($tag_bundle as $tag => $tag_count) {
$count = ($tag_count > 1) ? $tag_count . ' items' : $tag_count . ' item';
print $table_prefix . '' . l($tag, 'user/tag/show/' . urlencode($tag)) . ' | ' . $count . ' | ';
print '[ ' .
l(t('Edit'), 'user/tag/edit/' . urlencode($tag), array('query' => array('ref' => $_GET['q']))) .
' ] [ ' .
l(t('Delete'), 'user/tag/delete/' . urlencode($tag), array('query' => array('ref' => $_GET['q']))) .
' ] |
';
$table_prefix = '