]> git.mxchange.org Git - mailer.git/blobdiff - modules.php
More language constants rewritten
[mailer.git] / modules.php
index f1b619b29e731126af0f8c9e5b2162841501933f..c862671e537600364e013c03b91ca14b8095284d 100644 (file)
@@ -70,11 +70,11 @@ if (IS_MEMBER()) {
                // Additionally admin?
                if (IS_ADMIN()) {
                        // Add it
-                       $username .= " ("._ADMIN_SHORT.")";
+                       $username .= " ({!_ADMIN_SHORT!})";
                } // END - if
        } else {
                // Hmmm, logged in and no valid userid?
-               $username = "<em>"._UNKNOWN."</em>";
+               $username = "<em>{!_UNKNOWN!}</em>";
 
                // Destroy session
                destroy_user_session();