]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-themes.php
Comments fixed, ext-network continued, fix for mod stats:
[mailer.git] / inc / modules / member / action-themes.php
index ba9ab29a93984b4940d0262cf9440fc3fdcbfd2d..5a59d49e363d40916e828277b5c947438afe859d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 11/12/2004 *
- * ================                             Last change: 11/12/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 11/12/2004 *
+ * ===================                          Last change: 11/12/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : action-themes.php                                *
@@ -63,7 +63,7 @@ if (isAdmin()) {
 if ($num_themes > 1) {
        // If more than 1 is installed output selection box
        $OUT = generateThemeSelectionBox();
-} elseif (($num_themes == 1) || ((!isAdmin()) && ($num_themes == 0))) {
+} elseif (($num_themes == 1) || ((!isAdmin()) && ($num_themes == '0'))) {
        // If there's only one just output it's name
        $OUT = loadTemplate('theme_one', true, getCurrentThemeName());
 } elseif (isAdmin()) {