Method | Description | |
---|---|---|
__construct ( ) : void | Constructor | |
activate ( $dir = '' ) : boolean | Activate a theme | |
is_really_writable ( $file ) : boolean | Check if a file is writable. | |
load_active_theme ( $theme ) : boolean | Load Active Theme | |
load_themes ( $default ) : arr | Load All Other Themes | |
show_admin ( $theme_name ) : mixed | Show Theme Admin File | |
write_css ( $file, $data ) : boolean | Write the options to the css file |
public is_really_writable ( $file ) : boolean | ||
return | boolean |
public load_active_theme ( $theme ) : boolean | ||
return | boolean |
public load_themes ( $default ) : arr | ||
return | arr |
public show_admin ( $theme_name ) : mixed | ||
return | mixed |