Subversion Repositories oidplus

Rev

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

Rev 635 Rev 767
Line 19... Line 19...
19
 
19
 
20
if (!defined('INSIDE_OIDPLUS')) die();
20
if (!defined('INSIDE_OIDPLUS')) die();
21
 
21
 
22
class OIDplusDesignPluginDefault extends OIDplusDesignPlugin {
22
class OIDplusDesignPluginDefault extends OIDplusDesignPlugin {
23
 
23
 
-
 
24
        function getThemeColor() {
-
 
25
                return '#A9DCF0';
-
 
26
        }
-
 
27
 
24
}
28
}
25
29