modified renders for the menu bar display:
in order to display a specific menu to each member type (admin, coordinator, friend), I needed to send the profile data in every render statement.
I build a function that sends the profile data to a specific user (the user is logged in)
small changes in profile model:
modified renders for the menu bar display: in order to display a specific menu to each member type (admin, coordinator, friend), I needed to send the profile data in every render statement.
Fixes #93 #87 #80 #78 #71