** Important: Re-factored the feu_smarty stuff for CMSMS 2.0 compatibility. This meant removing the assign parameter, and making all methods static.
i.e: {$feu_smarty->get_user_properties($uid,'props')} must now be called like: {$props=feu_smarty::get_user_properties($uid)}
** Note: parameters for some methods has changed. please review the help.
- Re-implement methods from CustomContent into feu_smarty... with some more power.
- Adds the feu_protect plugin.
** Important: CustomContent is now officially depreacated and will no longer be maintained after this date.