X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=theme%2Forg%2Ftheme.php;h=6f3bda9f69a32b010d52c07c85bb1c31c79407cb;hp=98604125978befe1af210c380073cdf65da75823;hb=8f37a3b2708cfc4b4ef266f4be813a84511daa8f;hpb=324f46c016acb5e50e4e9f739af406b9eaf8b6ac diff --git a/theme/org/theme.php b/theme/org/theme.php index 9860412597..6f3bda9f69 100644 --- a/theme/org/theme.php +++ b/theme/org/theme.php @@ -10,10 +10,13 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -35,13 +38,13 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} +} // END - if // // Theme definitions // // The name of your theme -$GLOBALS['theme_data']['name'] = 'MXChange-Theme'; +$GLOBALS['theme_data']['name'] = 'Mailer-Project'; // Only your name please! $GLOBALS['theme_data']['author'] = 'Roland Häder'; @@ -53,7 +56,7 @@ $GLOBALS['theme_data']['email'] = 'webmaster@mxchange.org'; $GLOBALS['theme_data']['url'] = 'http://www.mxchange.org'; // Version number -$GLOBALS['theme_data']['version'] = '0.0'; +$GLOBALS['theme_data']['version'] = '0.0.0'; // Default mode is 'load' if (empty($GLOBALS['theme_mode'])) $GLOBALS['theme_mode'] = 'load';