By eyedol on
i want to know if there is a function to determine if a particular module
is enabled or not. I'm not being lasy i have searched but to no avail.
i want to know if there is a function to determine if a particular module
is enabled or not. I'm not being lasy i have searched but to no avail.
Comments
module_exist
if (module_exist('modulename'))http://drupaldocs.org/api/head/function/module_exist
thanks
thanks that is exactly what i want.