Function ssi_topBoards
Shows a list of top boards based on activity
		
		Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
	
	Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at SSI.php
integer | 
		$num_top = 10 | 
		How many boards to display | 
string | 
		$output_method = 'echo' | 
		The output method. If 'echo', displays a list of boards, otherwise returns an array of info about them. | 
			|array
		 | 
		Displays a list of the top boards or returns an array of info about them, depending on output_method. |