Subversion Repositories oidplus

Rev

Rev 695 | Rev 752 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 695 Rev 702
Line 108... Line 108...
108
        return $cont."\n\n";
108
        return $cont."\n\n";
109
}
109
}
110
 
110
 
111
# ---
111
# ---
112
 
112
 
113
$manifests = OIDplus::getAllPluginManifests('*Pages,objectTypes', true); // due to interface gridGeneratorLinks (1.3.6.1.4.1.37476.2.5.2.3.6) this plugin type can also have CSS
113
$manifests = OIDplus::getAllPluginManifests('*Pages,objectTypes,captcha', true); // due to interface gridGeneratorLinks (1.3.6.1.4.1.37476.2.5.2.3.6) this plugin type can also have CSS
114
foreach ($manifests as $manifest) {
114
foreach ($manifests as $manifest) {
115
        foreach ($manifest->getJSFiles() as $js_file) {
115
        foreach ($manifest->getJSFiles() as $js_file) {
116
                $files[] = process_file($js_file);
116
                $files[] = process_file($js_file);
117
        }
117
        }
118
}
118
}