"; //Tag list $num_tags = sizeof($output); echo "
Tag list (" . $num_tags . ")
"; //echo "Tags(" . $num_tags . "):
"; unset($output[0]); foreach($output as $tag){ echo("
" . $tag ."
"); } if($_IS_ADMIN){ echo("
Admin
"); echo("
View folder
"); } ?>