ft_check_module_enabled
Module Development
This function returns a boolean, and accepts a single string as a parameter: the folder name of the module. This function is generally used in conjunction with ft_include_module described above. Example usage:
if (ft_check_module_enabled("pages"))
ft_include_modules("pages");