X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Forg%2Ftheme.php;h=b203486251336780e20be2565e3558d105620c0d;hb=dc838b2c546f273547c3636cb3df429113fd75ea;hp=ff1255d2b20c3a40d42b55ae624f4ef5dd74d3c6;hpb=6914ebaaae909093df86d010e4c754a43d1a1aed;p=mailer.git diff --git a/theme/org/theme.php b/theme/org/theme.php index ff1255d2b2..b203486251 100644 --- a/theme/org/theme.php +++ b/theme/org/theme.php @@ -14,12 +14,10 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -55,10 +53,10 @@ $GLOBALS['theme_data']['author'] = 'Roland Häder'; $GLOBALS['theme_data']['email'] = 'webmaster@mxchange.org'; // URL where you have uploaded it -$GLOBALS['theme_data']['url'] = 'http://www.mxchange.org'; +$GLOBALS['theme_data']['url'] = 'http://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';