Subversion Repositories oidplus

Rev

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

Rev 693 Rev 695
Line 112... Line 112...
112
                }
112
                }
113
        }
113
        }
114
}
114
}
115
 
115
 
116
// Then plugins
116
// Then plugins
117
$manifests = OIDplus::getAllPluginManifests('*Pages,objectTypes', true); // due to interface crudNewGenerateLinks (1.3.6.1.4.1.37476.2.5.2.3.6) this plugin type can also have CSS
117
$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
118
foreach ($manifests as $manifest) {
118
foreach ($manifests as $manifest) {
119
        foreach ($manifest->getCSSFiles() as $css_file) {
119
        foreach ($manifest->getCSSFiles() as $css_file) {
120
                $out .= process_file($css_file);
120
                $out .= process_file($css_file);
121
        }
121
        }
122
}
122
}