From: Roland Häder 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=6adf9546c2bdd2ff125671025a4ea714691743c4;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';