
Public Member Functions | |
| activate (&$templateMgr) | |
| getDescription () | |
| getDisplayName () | |
| getName () | |
Definition at line 18 of file ThemePlugin.inc.php.
| ThemePlugin.activate | ( | &$ | templateMgr | ) |
Activate the theme.
Definition at line 50 of file ThemePlugin.inc.php.
References Request.getBaseUrl(), and Plugin.getPluginPath().
| ThemePlugin.getDescription | ( | ) |
Get a description of the plugin.
Reimplemented from Plugin.
Reimplemented in ClassicBlueThemePlugin, ClassicBrownThemePlugin, ClassicGreenThemePlugin, ClassicNavyThemePlugin, ClassicRedThemePlugin, CustomThemePlugin, DesertThemePlugin, LilacThemePlugin, NightThemePlugin, RedbarThemePlugin, SteelThemePlugin, UncommonThemePlugin, and VanillaThemePlugin.
Definition at line 43 of file ThemePlugin.inc.php.
| ThemePlugin.getDisplayName | ( | ) |
Get the display name of this plugin. This name is displayed on the Journal Manager's setup page 5, for example.
Reimplemented from Plugin.
Reimplemented in ClassicBlueThemePlugin, ClassicBrownThemePlugin, ClassicGreenThemePlugin, ClassicNavyThemePlugin, ClassicRedThemePlugin, CustomThemePlugin, DesertThemePlugin, LilacThemePlugin, NightThemePlugin, RedbarThemePlugin, SteelThemePlugin, UncommonThemePlugin, and VanillaThemePlugin.
Definition at line 34 of file ThemePlugin.inc.php.
| ThemePlugin.getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from Plugin.
Reimplemented in ClassicBlueThemePlugin, ClassicBrownThemePlugin, ClassicGreenThemePlugin, ClassicNavyThemePlugin, ClassicRedThemePlugin, CustomThemePlugin, DesertThemePlugin, LilacThemePlugin, NightThemePlugin, RedbarThemePlugin, SteelThemePlugin, UncommonThemePlugin, and VanillaThemePlugin.
Definition at line 24 of file ThemePlugin.inc.php.
1.5.6