$tag_bundle) { $num_tags = count($tag_bundle); print ''; $table_prefix = ''; foreach ($tag_bundle as $tag => $tag_count) { $count = ($tag_count > 1) ? $tag_count . ' items' : $tag_count . ' item'; print $table_prefix . ''; print ''; $table_prefix = ''; } $table_prefix = ''; } ?>
Tag# of Items
' . strtoupper($tag_key) . '' . l($tag, 'user/tag/show/' . urlencode($tag)) . '' . $count . '[ ' . 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']))) . ' ]