From: quix0r Date: Tue, 29 Jun 2010 12:30:16 +0000 (+0000) Subject: Theme renamed, missing dash added (minor fixes) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c62c39e6e9cf4bc8845a4b96f42d4a7e8d6b937;p=mailer.git Theme renamed, missing dash added (minor fixes) --- diff --git a/templates/de/html/member/member_points_bonus_rows.tpl b/templates/de/html/member/member_points_bonus_rows.tpl index a50c5c9f12..c31f35df56 100644 --- a/templates/de/html/member/member_points_bonus_rows.tpl +++ b/templates/de/html/member/member_points_bonus_rows.tpl @@ -11,7 +11,7 @@ {--BONUS_LOGIN_TOTAL--} {%user,login_bonus,translateComma%} {?POINTS?} - + - {--BONUS_TURBO_TOTAL--} diff --git a/theme/org/theme.php b/theme/org/theme.php index 9860412597..001b8de7a5 100644 --- a/theme/org/theme.php +++ b/theme/org/theme.php @@ -41,7 +41,7 @@ if (!defined('__SECURITY')) { // 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';