'."\xA");
}
//add local path to module folder
else{
print_r(''."\xA");
}
};
//Add CSS files
foreach ($include_files["css_files"] as $file) {
//Check if css file is hosted on a remote server
if (preg_match('#^https?://#i', $file) === 1) {
print_r(''."\xA");
}
//add local path to module folder
else{
print_r(''."\xA");
}
};
//Add the modules JS file
print_r(''."\xA");
//Add the modules CSS file
print_r(''."\xA");
//Get and add HTML Elements
print_r(file_get_contents($module.'/elements.html'));
}
?>