/* members list addon */
if(!isset($l_membersList)) $l_membersList='Members List';
if(isset($is_mobile) and $is_mobile) $mListBr=$brtag; else $mListBr='';
if($action=='memberslist') {
//Uncommenting the code below, you will allow only logged in members to view the members list
/*
if ($user_id<1){
$errorMSG=$l_signIn; 
echo load_header(); 
echo ParseTpl(makeUp('main_warning')); 
display_footer();
exit; 
}
*/
include($pathToFiles.'addon_memberslist.php');
}
/* --members list addon */