Subversion Repositories oidplus

Rev

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

Rev 511 Rev 767
Line 19... Line 19...
19
 
19
 
20
if (!defined('INSIDE_OIDPLUS')) die();
20
if (!defined('INSIDE_OIDPLUS')) die();
21
 
21
 
22
abstract class OIDplusDesignPlugin extends OIDplusPlugin {
22
abstract class OIDplusDesignPlugin extends OIDplusPlugin {
23
 
23
 
-
 
24
        function getThemeColor() {
-
 
25
                return ''; // no theme color
-
 
26
        }
-
 
27
 
24
}
28
}
25
29