]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/admin-inc.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / modules / admin / admin-inc.php
index 9a3c519451559394035eaff311f7f65e0571a03e..7638b2fc067c98e0dd2b0ae7e9fa1ba180398ac4 100644 (file)
@@ -589,7 +589,7 @@ function adminAddMenuSelectionBox ($menu, $type, $name, $default = '') {
        $menuArray = getArrayFromDirectory(sprintf("inc/modules/%s/", $menu), '', false, false);
 
        // Init the selection box
-       $OUT = '<select name="' . $name . '" class="form_select" size="1"><option value="">{--IS_TOP_MENU--}</option>';
+       $OUT = '<select name="' . $name . '" class="form_select" size="1"><option value="">{--ADMIN_IS_TOP_MENU--}</option>';
 
        // Walk through all files
        foreach ($menuArray as $file) {