X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=theme%2Fbusiness%2Ftheme.php;h=a90427ac0e414d4c77c1f87b511c333eb6bf66bb;hp=65ec04c8a219d1fe8d1e784363f6f4c39ff89d18;hb=fad1ea280c27f9ba8ae818b87b0ba29d2c113b1b;hpb=508228c85fba8448d00865b1639cb8cd7a69e457;ds=sidebyside diff --git a/theme/business/theme.php b/theme/business/theme.php index 65ec04c8a2..a90427ac0e 100644 --- a/theme/business/theme.php +++ b/theme/business/theme.php @@ -10,7 +10,7 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * + * $Revision:: $ * * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * @@ -46,24 +46,24 @@ if (!defined('__SECURITY')) { // Theme definitions // // The name of your theme -$THEME_NAME = "Solid-Business"; +$GLOBALS['theme_data']['name'] = "Solid-Business"; // Only your name please! -$THEME_AUTHOR = "Roland Häder"; +$GLOBALS['theme_data']['author'] = "Roland Häder"; // Your email address -$THEME_EMAIL = "webmaster@mxchange.org"; +$GLOBALS['theme_data']['email'] = "webmaster@mxchange.org"; // URL where you have uploaded it -$THEME_URL = "http://www.mxchange.org"; +$GLOBALS['theme_data']['url'] = "http://www.mxchange.org"; // Version number -$THEME_VERSION = "0.0"; +$GLOBALS['theme_data']['version'] = "0.0"; // Switch mode -if (empty($THEME_MODE)) $THEME_MODE = "load"; +if (empty($GLOBALS['theme_mode'])) $GLOBALS['theme_mode'] = "load"; -switch ($THEME_MODE) +switch ($GLOBALS['theme_mode']) { case "test": // Do stuff while testing the theme: The admin clicked on "Import" break;