Hello,
I am trying to show a link only to profile type id 1 users in the default.php for the frosty/toolbar
I am trying this but it gives me error on the page
<?php if($user->profile_id == '1):?>
<li>link</li>
<?php endif;?>
I am trying to show a link only to profile type id 1 users in the default.php for the frosty/toolbar
I am trying this but it gives me error on the page
<?php if($user->profile_id == '1):?>
<li>link</li>
<?php endif;?>