]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-themes.php
Withdraw now only allowed to sponsor in wernis/primera extension. Payout (untested...
[mailer.git] / inc / modules / member / what-themes.php
index d58dd5bbb7e6a8ee6dfddd6de86a9e12c2dc3dc0..849768d04dc9d3f00d5741e4dd0451a7a5472d55 100644 (file)
@@ -106,7 +106,7 @@ array_pk_sort($THEMES, array("theme_name"));
 
 // Generate output lines for the template
 $OUT = ""; $SW = 2;
-foreach ($THEMES['theme_unix'] as $key=>$unix)
+foreach ($THEMES['theme_unix'] as $key => $unix)
 {
        $default = "";
        if (get_session('mxchange_theme') == $unix) $default = " checked selected";