Subversion Repositories oidplus

Rev

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

Rev 379 Rev 380
Line 50... Line 50...
50
        return $cont."\n\n";
50
        return $cont."\n\n";
51
}
51
}
52
 
52
 
53
# ---
53
# ---
54
 
54
 
-
 
55
OIDplus::registerAllPlugins('database', 'OIDplusDatabasePlugin', array('OIDplus','registerDatabasePlugin'));
-
 
56
foreach (OIDplus::getDatabasePlugins() as $plugin) {
-
 
57
        $out .= $plugin::setupCSS();
-
 
58
}
-
 
59
 
55
if (file_exists(__DIR__ . '/../userdata/styles/setup_base.css')) {
60
if (file_exists(__DIR__ . '/../userdata/styles/setup_base.css')) {
56
        $out .= process_file(__DIR__ . '/../userdata/styles/setup_base.css');
61
        $out .= process_file(__DIR__ . '/../userdata/styles/setup_base.css');
57
} else {
62
} else {
58
        $out .= process_file(__DIR__ . '/setup_base.css');
63
        $out .= process_file(__DIR__ . '/setup_base.css');
59
}
64
}