This segment of code is from my wholesale tools mod.
Edit include/check_useraccount.php towards the bottom of the file where
the other smarty->assign's are add the following:
Code:
$smarty->assign("user_membership",$user_account["membership"]);
Then use:
Code:
{if $user_membership eq "Wholesale"} content {/if}