Function template_permission_show_contents
Shows permissions for items within a directory (called from template_file_permissions)
		
		Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Themes/default/Packages.template.php
	
	Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Themes/default/Packages.template.php
string | 
		$ident | 
		A unique ID - typically the directory name | 
array | 
		$contents | 
		An array of items within the directory | 
integer | 
		$level | 
		How far to go inside the directory | 
boolean | 
		$has_more = false | 
		Whether there are more files to display besides what's in $contents |