X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_refid.php;h=90754977711a0d93936e6d30584c4dec9e0513c8;hb=c5173c4d66be7ec72fbf8051a2097cbb377e87a0;hp=9b4a3d57a7895339297b506a8d7390dd57a53aaf;hpb=6b13c5c64eebedd56683c78d799879e0dc618b21;p=mailer.git diff --git a/inc/modules/admin/what-config_refid.php b/inc/modules/admin/what-config_refid.php index 9b4a3d57a7..9075497771 100644 --- a/inc/modules/admin/what-config_refid.php +++ b/inc/modules/admin/what-config_refid.php @@ -41,14 +41,14 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { } // END - if // Add description as navigation point -addMenuDescription('admin', __FILE__); +addYouAreHereLink('admin', __FILE__); if (isFormSent()) { // Save data adminSaveSettingsFromPostData(); } else { // Prepare member selection - $content['form_selection'] = addMemberSelectionBox(getConfig('def_refid'), false, true, true, 'def_refid'); + $content['form_selection'] = addMemberSelectionBox(getDefRefid(), false, true, true, 'def_refid'); // Prepare contants for the template foreach (array('refid_target_index','refid_target_register','select_user_zero_refid_y','select_user_zero_refid_n') as $entry) {