Revision 198 (by ahitrov, 2012/03/15 18:29:29) Simple webshop support plugin
<%init>

   if ( grep { $_->{attr} eq 'type' } $user->structure ) {
	return $user->type;
   } else {
	return 0;
   }

</%init>