Subversion Repositories oidplus

Rev

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

Rev 1130 Rev 1131
Line 123... Line 123...
123
        return $cont."\n\n";
123
        return $cont."\n\n";
124
}
124
}
125
 
125
 
126
# ---
126
# ---
127
 
127
 
128
$manifests = OIDplus::getAllPluginManifests(implode(',',OIDplus::INTERACTIVE_PLUGIN_TYPES), true); // due to interface gridGeneratorLinks (1.3.6.1.4.1.37476.2.5.2.3.6) this plugin type can also have CSS
128
$manifests = OIDplus::getAllPluginManifests(implode(',',OIDplus::INTERACTIVE_PLUGIN_TYPES), true); // due to interface gridGeneratorLinks (INTF_OID_1_3_6_1_4_1_37476_2_5_2_3_6) this plugin type can also have CSS
129
foreach ($manifests as $manifest) {
129
foreach ($manifests as $manifest) {
130
        foreach ($manifest->getJSFiles() as $js_file) {
130
        foreach ($manifest->getJSFiles() as $js_file) {
131
                $files[] = process_file($js_file);
131
                $files[] = process_file($js_file);
132
        }
132
        }
133
}
133
}